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

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

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

{{ partial "pagination.html" . }}

{{ partial "footer.html" . }}