Fixed darkreader issue

This commit is contained in:
Firq 2024-07-16 19:30:04 +02:00
parent d67e426f15
commit 1975bbc8d2
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
3 changed files with 6 additions and 4 deletions
src/layouts

View file

@ -58,6 +58,8 @@ const mapped_navdata = navdata.map((item) => ({
<meta property="og:type" content="website" />
<meta property="og:locale" content="en_US" />
<meta name="theme-color" content="#b86cff" />
<!-- Disable DarkReader, as site is already in dark mode -->
<meta name="darkreader-lock">
<!-- Links -->
<link rel="icon" type="image/ico" href="/favicon.ico" />
<link rel="sitemap" href="/sitemap-index.xml" />