Use paginator

This commit is contained in:
budparr 2018-04-09 10:14:13 -04:00
parent 60a5e2e708
commit 253214cbc6
No known key found for this signature in database
GPG Key ID: 05AB7813F9C39728

View File

@ -7,7 +7,7 @@
{{ .Content }}
</main>
<section class="flex-ns flex-wrap justify-around mt5">
{{ range .Pages }}
{{ range .Paginator.Pages }}
<div class="relative w-100 w-30-l mb4 bg-white">
{{/*
Note we can use `.Render` here for items just in this section, instead of a partial to pull in items for the list page. https://gohugo.io/functions/render/