Initial commit for dark theme.

This commit is contained in:
donfiguerres 2021-05-25 03:08:15 +08:00
parent ac28e9824e
commit c8f28d4287
4 changed files with 69 additions and 0 deletions

View file

@ -115,6 +115,9 @@
{{ if .IsTranslated }}
{{ partial "navigators/lang-selector.html" . }}
{{ end }}
{{ if site.Params.darkTheme.enable }}
{{ partial "navigators/theme-selector.html" . }}
{{ end }}
</ul>
</div>
</div>