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

categories.html « partials « layouts - gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b64f843e0ed3ec66cc5f6eb6c7246ded9350f2a9 (plain)
1
2
3
4
5
<ul class="terms">
  {{ range .Site.Taxonomies.categories }}
    <li><a class="btn" href="{{ .Page.RelPermalink }}" aria-label="{{ .Page.Title }} ({{ .Count }})">{{ .Page.Title }}</a></li>
  {{ end }}
</ul>