Browse Source

Lower case param

Zachary Betz 6 năm trước cách đây
mục cha
commit
501a421fb7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 }}