Welcome to mirror list, hosted at ThFree Co, Russian Federation.

list.html « _default « layouts - github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4af97c71460de8eabf0a21f38b1a3281c89ebe3e (plain)
1
2
3
4
5
6
7
8
9
10
{{ partial "header.html" . }}
<h2>{{ .Title }}</h2>
<div id="content">
{{ range $index, $page := (.Paginate (where .Site.RegularPages "Type" "post")).Pages }}
{{ if ne $index 0 }}
{{ end }}
{{ .Render "li" }}
{{ end }}
</div>
{{ partial "footer.html" . }}