2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-07-01 08:42:04 +00:00

fix: disable dark reader

This commit is contained in:
sammyette 2025-06-29 11:20:48 -04:00
parent fa92729288
commit 0a7a9f8133
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -183,6 +183,8 @@ fn create_page(
attribute.content(conf.base_url),
attribute.attribute("property", "og:url"),
]),
// disable dark reader
html.meta([attribute.name("darkreader-lock")]),
]),
html.body([attribute.class("h-screen flex flex-col")], [
util.nav(),