Parcourir la source

Lower case param

Zachary Betz il y a 6 ans
Parent
commit
501a421fb7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 }}