From 501a421fb7dd09f9b526748253f4e7edb2e95840 Mon Sep 17 00:00:00 2001 From: Zachary Betz Date: Thu, 14 Feb 2019 11:37:42 -0600 Subject: [PATCH] Lower case param --- layouts/post/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ {{ end }} - {{ if ne .Params.TOC false }} + {{ if ne .Params.toc false }} {{ partial "toc" . }} {{ end }} {{ .Content }}