Bring back the initialization.

This commit is contained in:
donfiguerres 2022-06-03 18:17:28 +08:00
parent 83610fdeaa
commit 51e7626a62
5 changed files with 14 additions and 6 deletions

View file

@ -17,6 +17,12 @@
<body data-spy="scroll" data-target="#TableOfContents" data-offset="80">
<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 }}