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

tags.html « partials « layouts - gitlab.com/maxlefou/hugo.386.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: df110f118cfba86f97919e6f0f8808ff066c46f1 (plain)
1
2
3
4
5
{{range first 10 ($.Site.GetPage "taxonomyTerm" "tags").Pages }}
<li>
    <a href="{{ .Permalink }}">{{.Title}}</a>
</li>
{{ end }}