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

tags.html « single « partials « layouts - github.com/kongdivin/hugo-theme-okayish-blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 26d834efe5b785c0355f5fcae64f1de3254a48a8 (plain)
1
2
3
{{ range .Params.tags }}
<a href="{{ (urlize (printf "tags/%s/" .)) | absLangURL }}">#{{ . }}</a>&ensp;
{{ end }}