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

list.html « _default « layouts - github.com/htdvisser/hugo-base16-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cf5b2b23e9dc35a5a3967d47cb9e0bd3bca3b4cb (plain)
1
2
3
4
5
6
7
8
{{ partial "header.html" . }}
<main role="main" class="article-list">
  <h1 class="list-title">{{ .Title }}</h1>
  {{ range .Data.Pages }}
    {{ partial "article-list-item.html" . }}
  {{ end }}
</main>
{{ partial "footer.html" . }}