Fixed darkreader issue
This commit is contained in:
parent
d67e426f15
commit
1975bbc8d2
3 changed files with 6 additions and 4 deletions
src/layouts
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue