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

post-list.html « partials « layouts - github.com/zwbetz-gh/papercss-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2ee64b71081601c4d7daa256a31309e3f5bed3f6 (plain)
1
2
3
4
5
6
7
8
<h1>{{ .Title }}</h1>
{{ range where .Pages.ByPublishDate.Reverse "Section" "post" }}
<h2 class="post-list">
  <a href="{{ .Permalink }}">
    {{ .Title }}
  </a>
</h2>
{{ end }}