2018-04-03 09:51:11 +00:00
|
|
|
{{ partial "header.html" . }}
|
|
|
|
<h2 class="c-title p-tag-title">{{ .Title }}</h2>
|
|
|
|
{{ range $index, $page := (.Paginate (where .Data.Pages "Type" "posts")).Pages }}
|
|
|
|
{{ if ne $index 0 }}
|
|
|
|
{{ end }}
|
|
|
|
{{ .Render "li" }}
|
|
|
|
{{ end }}
|
|
|
|
{{ partial "pagination.html" .Paginator }}
|
|
|
|
{{ partial "footer.html" . }}
|