Renamed to darkMode.

This commit is contained in:
donfiguerres 2022-06-09 17:51:49 +08:00
parent c6fe04df72
commit ddbd5ba043
4 changed files with 5 additions and 5 deletions

View file

@ -47,7 +47,7 @@
{{ if .IsTranslated }}
{{ partial "navigators/lang-selector-2.html" . }}
{{ end }}
{{ if site.Params.darkTheme.enable }}
{{ if site.Params.darkMode.enable }}
{{ partial "navigators/theme-selector.html" . }}
{{ end }}
</ul>