Browse Source

Lower case param

Zachary Betz 6 years ago
parent
commit
501a421fb7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      layouts/post/single.html

+ 1 - 1
layouts/post/single.html

@@ -26,7 +26,7 @@
       </div>
     {{ end }}
     
-    {{ if ne .Params.TOC false }}
+    {{ if ne .Params.toc false }}
       {{ partial "toc" . }}
     {{ end }}
     {{ .Content }}