diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 0d0dc1a..be08508 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,9 +1,9 @@ {{ define "main" }} {{ with .Site.RegularPages.Prev . }} - + {{ end }} {{ with .Site.RegularPages.Next . }} - + {{ end }}

{{ if and (ne .Params.toc "false") (or (eq .Params.toc "true") (gt .WordCount 400)) }}