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

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