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

github.com/zwbetz-gh/cupper-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Betz <zwbetz@gmail.com>2019-02-14 20:37:42 +0300
committerZachary Betz <zwbetz@gmail.com>2019-02-14 20:37:42 +0300
commit501a421fb7dd09f9b526748253f4e7edb2e95840 (patch)
tree40ec84721ee020f069ee0ee2aa40adea8a4de466 /layouts
parentdd93ff903172616ea6cd01d06b85e03e748f395c (diff)
Lower case param
Diffstat (limited to 'layouts')
-rw-r--r--layouts/post/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/post/single.html b/layouts/post/single.html
index 74eefb3..f8984ef 100644
--- a/layouts/post/single.html
+++ b/layouts/post/single.html
@@ -26,7 +26,7 @@
</div>
{{ end }}
- {{ if ne .Params.TOC false }}
+ {{ if ne .Params.toc false }}
{{ partial "toc" . }}
{{ end }}
{{ .Content }}