statichunt / iwriter-hugo

iWriter is a Travel blog template based on Bootstrap and powered by Hugo.
https://statichunt.com/themes/hugo-iwriter
MIT License
17 stars 16 forks source link

Not following system setting for light/dark mide #3

Closed genebean closed 1 year ago

genebean commented 1 year ago

I’ve just set this up at https://volunteertechnologist.netlify.app/ and it doesn’t switch to dark mode automatically on my iPhone or my computer. Based on the code I’ve seen, the setting below from params.toml should be causing it to automatically change.

# theme-mode
theme_switcher = true
theme_default = "system" # available options [light/dark/system]

My code is at https://github.com/genebean/hugo-volunteertechnologist.com

genebean commented 1 year ago

Thank you!