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

index.html « layouts - github.com/lubang/hugo-hello-programmer-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 248b9481a77ef6aff5fb327cba7f579dd3b84098 (plain)
1
2
3
4
5
6
7
8
9
10
{{ partial "header.html" . }}

{{ range .Paginator.Pages }}
  {{ .Render "summary"}}
  <hr class="summary-sep" />
{{ end }}

{{ partial "pagination.html" . }}

{{ partial "footer.html" . }}