Replies: 1 comment
-
My mistake, I overlook that the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a problem with the dark mode - the toggle button does nothing (light theme stays on). It changes the
<html>
and<body>
tag, nothing in javascript console. DefiningcolorScheme: dark
in config file also does not help, tested in Firefox and Chrome (recent version). This happens for both local and deployed site. The command for local site I use ishugo serve --config dev-config.yaml --bind 0.0.0.0
.I use hugo v0.111.3. Does anyone have some idea what am I doing wrong? My config file follows:
Beta Was this translation helpful? Give feedback.
All reactions