Tweak tag display

This commit is contained in:
Jez Cope 2021-04-11 18:47:25 +01:00
parent 964aab9397
commit 3cc880b5a3
1 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
{{ range . }}
<a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}">[{{ . }}]</a>
{{ end }}
<div class="page-tags">
<strong>Tags:</strong>
{{ range . }}
<a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}">[{{ . }}]</a>
{{ else }}
<em>None</em>
{{ end }}
</div>