From: bep Date: Thu, 19 Feb 2015 10:36:09 +0000 (+0100) Subject: Use $.Paginator in template X-Git-Tag: v0.13~6 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f0c8585b;p=brevno-suite%2Fhugo Use $.Paginator in template Since there will only be one paginator per page, this can get rid of some scoping confusion. --- diff --git a/tpl/template_embedded.go b/tpl/template_embedded.go index 9b519494..70e2cbbe 100644 --- a/tpl/template_embedded.go +++ b/tpl/template_embedded.go @@ -81,7 +81,7 @@ func (t *GoHtmlTemplate) EmbedTemplates() { {{ end }} `) - t.AddInternalTemplate("", "pagination.html", `{{ $pag := .Paginator }} + t.AddInternalTemplate("", "pagination.html", `{{ $pag := $.Paginator }} {{ if gt $pag.TotalPages 1 }}