diff --git a/tpl/tplimpl/template_embedded.go b/tpl/tplimpl/template_embedded.go index c02e6569a..fb5ce71e9 100644 --- a/tpl/tplimpl/template_embedded.go +++ b/tpl/tplimpl/template_embedded.go @@ -123,32 +123,47 @@ func (t *templateHandler) embedTemplates() { `) t.addInternalTemplate("", "pagination.html", `{{ $pag := $.Paginator }} - {{ if gt $pag.TotalPages 1 }} - - {{ end }}`) +{{ if gt $pag.TotalPages 1 }} + +{{ end }}`) t.addInternalTemplate("", "disqus.html", `{{ if .Site.DisqusShortname }}