website/themes/minimal-bootstrap-hugo-theme/layouts/partials/tags.html

4 lines
145 B
HTML

{{ range .Params.tags }}
{{ $href := print (absURL "tags/") (urlize .) }}
<small><code><a href="{{ $href }}">{{ . }}</a></code></small>
{{ end }}