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

@ -1,7 +1,7 @@
<li class="nav-item dropdown">
<!-- This is a 'hack' for initializing the color scheme selection. See /js/darkmode.js -->
<div id="themeInitialization" style="display: none;"
default-theme="{{ site.Params.darkTheme.default }}"></div>
default-theme="{{ site.Params.darkMode.default }}"></div>
<a class="nav-link dropdown-toggle" href="#" id="themeSelector" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Theme</a>
<div class="dropdown-menu" aria-labelledby="themeSelector">