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

taxonomy.html « _default « layouts - github.com/urjaacharya/redgood.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 34d6b4e3e22ca22b28fad57699b441a1e5225a4f (plain)
1
2
3
4
5
6
7
{{ define "main" }}
<div class="taxonomy-data">
  {{ range (.Paginator 10).Pages.ByDate.Reverse }}
  {{ partial "listPage" . }}
  {{ end }}
</div>
{{ end }}