Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AmazingRise/hugo-theme-diary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/extrabar.html')
-rw-r--r--layouts/partials/extrabar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/extrabar.html b/layouts/partials/extrabar.html
index 0fc84fb..c34ab35 100644
--- a/layouts/partials/extrabar.html
+++ b/layouts/partials/extrabar.html
@@ -3,7 +3,7 @@
<script async src="https://cse.google.com/cse.js?cx={{.Site.Params.googleSearchCode}}"></script>
<div class="gcse-searchbox-only" mobileLayout="true"></div>
{{ end }}
- {{ if and (not (.Site.Params.disableToC) ) (.IsPage) }}
+ {{ if and (not (.Params.disableToC) ) (.IsPage) }}
<div class="toc animated-visibility" :class="{ invisible: scrollY <= 140 }">
{{- partial "toc.html" . -}}
</div>