add tags label

This commit is contained in:
John Bowdre 2023-08-29 16:24:41 -05:00
parent 94740f563e
commit 76661f7958

View file

@ -7,6 +7,7 @@
</p>
<p>
{{- with .Params.tags -}}
tags:<br>
{{- range . }}
{{- $tag := urlize . -}}
[<a href='{{ absLangURL (printf "tags/%s" $tag) }}' title="{{ . }}">{{ . }}</a>]