diff --git a/tpl/template_embedded.go b/tpl/template_embedded.go index 111045535..d09ef8447 100644 --- a/tpl/template_embedded.go +++ b/tpl/template_embedded.go @@ -81,6 +81,34 @@ func (t *GoHtmlTemplate) EmbedTemplates() { {{ end }} `) + t.AddInternalTemplate("", "pagination.html", `{{ $pag := .Paginator }} + {{ if gt $pag.TotalPages 1 }} + + {{ end }}`) + t.AddInternalTemplate("", "disqus.html", `{{ if .Site.DisqusShortname }}