add tags label

This commit is contained in:
John Bowdre 2023-08-29 16:24:41 -05:00
parent bab5152bcd
commit ca78e3e5c5

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>]