site
scripts to generate personal blog and git repositories
git clone https://9o.is/git/site.git
commit e653a06d7eeaf603dda750a084b365627903759a parent dfead6eb30b18b611424a6ee55ba3e6ef1a9ea64 Author: Jul <jul@9o.is> Date: Tue, 6 Jan 2026 06:23:27 -0500 disable darkreader for visitors Diffstat:
| M | templates/index.html/header.html | | | 1 | + |
| M | templates/page/header.html | | | 1 | + |
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/templates/index.html/header.html b/templates/index.html/header.html @@ -14,6 +14,7 @@ <link rel="alternate" href="atom.xml" type="application/atom+xml" title="${sitetitle} Atom Feed" /> <link rel="alternate" href="atom_content.xml" type="application/atom+xml" title="${sitetitle} Atom Feed with content" /> <link rel="icon" href="/favicon.png" type="image/png" /> + <meta name="darkreader-lock"> </head> <body> <nav id="menuwrap"> diff --git a/templates/page/header.html b/templates/page/header.html @@ -14,6 +14,7 @@ <link rel="alternate" href="atom.xml" type="application/atom+xml" title="${sitetitle} Atom Feed" /> <link rel="alternate" href="atom_content.xml" type="application/atom+xml" title="${sitetitle} Atom Feed with content" /> <link rel="icon" href="/favicon.png" type="image/png" /> + <meta name="darkreader-lock"> </head> <body> <nav id="menuwrap">