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

list.html « _default « layouts - github.com/hauke96/hugo-theme-hamburg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 05fbe395b03f24a3a24cf562a7320d86b1abbda5 (plain)
1
2
3
4
5
6
7
8
9
{{ partial "header.html" . }}
<section class="article-list">
  <h1>{{ .Title }}</h1>
  {{ range .Pages }}
    <div class="delimiter"></div>
    {{ .Render "li" }}
  {{ end }}
</section>
{{ partial "footer.html" . }}