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

categories.html « partials « layouts - github.com/zwbetz-gh/minimal-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 526366d228a0557d7b0e84f46cb95eea3ae4d985 (plain)
1
2
3
4
{{ range .Params.categories }}
{{ $href := print (absURL "categories/") (urlize .) }}
<small><code><a href="{{ $href }}">{{ . }}</a></code></small>
{{ end }}