include link to all tags on post tag list

This commit is contained in:
John Bowdre 2023-08-31 15:02:03 -05:00
parent eeb94c6a9a
commit 5aa435b323

View file

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