Added theme selector to the posts navbar.

This commit is contained in:
donfiguerres 2022-06-03 18:34:03 +08:00
parent 2ccdb57c26
commit 45361fc63e
5 changed files with 6 additions and 13 deletions

View file

@ -18,11 +18,6 @@
<div class="container-fluid bg-dimmed wrapper">
<!-- INITIALIZE DARK THEME -->
{{ if site.Params.darkTheme.enable }}
{{ partial "helpers/darkmode.html" }}
{{ end }}
<!----- ADD NAVBAR --------------->
{{ block "navbar" . }} {{ end }}