mirror of
https://github.com/Hilbis/Hilbish
synced 2025-07-02 01:02:03 +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.content(conf.base_url),
|
||||||
attribute.attribute("property", "og:url"),
|
attribute.attribute("property", "og:url"),
|
||||||
]),
|
]),
|
||||||
|
// disable dark reader
|
||||||
|
html.meta([attribute.name("darkreader-lock")]),
|
||||||
]),
|
]),
|
||||||
html.body([attribute.class("h-screen flex flex-col")], [
|
html.body([attribute.class("h-screen flex flex-col")], [
|
||||||
util.nav(),
|
util.nav(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user