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:
parent
fa92729288
commit
0a7a9f8133
@ -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(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user