mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
fix: page flickers when user's dark/light pref differs to theme's default
Fixes typo calling canChangeTheme().
Fix eb8748ff17
Fix #1601
This commit is contained in:
parent
e034f7782e
commit
ffca5924ec
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
theme = "minimal"
|
||||
|
||||
# Enable users to switch between day and night mode?
|
||||
day_night = false
|
||||
day_night = true
|
||||
|
||||
# Override the theme's font set (optional).
|
||||
# Latest font sets (may require updating): https://sourcethemes.com/academic/themes/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue