Added invisible element to hack theme initialization.
This commit is contained in:
parent
4254d03876
commit
b754a9ce85
5 changed files with 18 additions and 5 deletions
|
@ -15,6 +15,12 @@
|
|||
</head>
|
||||
|
||||
<body data-spy="scroll" data-target="#TableOfContents" data-offset="80">
|
||||
|
||||
<!-- INITIALIZE DARK THEME -->
|
||||
{{ if site.Params.darkTheme.enable }}
|
||||
{{ partial "helpers/darkmode.html" . }}
|
||||
{{ end }}
|
||||
|
||||
<div class="container-fluid bg-dimmed wrapper">
|
||||
<!----- ADD NAVBAR --------------->
|
||||
{{ block "navbar" . }} {{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue