From 034efcb463d0c8b837928d13cfa9396ec614a3bd Mon Sep 17 00:00:00 2001 From: Dave Derderian Date: Mon, 25 Mar 2019 13:12:59 +0900 Subject: [PATCH] remove unnecessary if statement --- layouts/_default/single.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 52b10f9..fcdcdb5 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -22,7 +22,6 @@ {{ if .Params.Toc }}
- {{ if .Params.Toc }}

{{ if .Params.TocTitle }} {{ .Params.TocTitle }} @@ -32,7 +31,6 @@ Table of Contents {{ end }}

- {{ end }} {{ .TableOfContents }}
{{ end }}