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

index.html « layouts - github.com/surajmandalcell/potato-dark.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 649bf62a2ba0d016f7f0433e83ae923069841301 (plain)
1
2
3
4
5
6
7
8
{{ partial "header.html" . }}
{{ range $index, $page := (.Paginate (where (where site.RegularPages "Type" "posts") ".Params.hidden" "ne" "true" )).Pages }}
{{ if ne $index 0 }}
{{ end }}
{{ .Render "li" }}
{{ end }}
{{ partial "pagination.html" .Paginator }}
{{ partial "footer.html" . }}