aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 5d3350c..64edb68 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -3,9 +3,9 @@
<!-- Note that .Data.Pages is the equivalent of .Site.Pages on the homepage template. -->
{{ $paginator := .Paginate (where .Data.Pages "Section" "post") }}
- {{ partial "pagination.html" . }}
{{ range $paginator.Pages }}
{{ .Render "summary" }}
{{ end }}
+ {{ partial "pagination.html" . }}
</div>
{{ end }}