feat: Add tag links to list template

pull/10/head
parent 1f6561f6d3
commit f107677da6
Signed by: millironx
GPG Key ID: 09335146883990B9

@ -12,6 +12,7 @@ import {
faNotebook,
faPodium,
faPresentation,
faTag,
faScaleBalanced,
faUniversity,
faUser,
@ -105,6 +106,7 @@ library.add(
faPeertube,
faPodium,
faPresentation,
faTag,
faScaleBalanced,
faStackOverflow,
faSteam,

@ -54,6 +54,14 @@
>
</p>
</div>
<div class="card-footer">
{{ range (.GetTerms "tags") }}
<a href="{{ .RelPermalink }}" class="icon-link card-link"
><i class="fad fa-tag"></i> {{ .LinkTitle }}</a
>
{{ end }}
</div>
</div>
<!-- </card> -->
</div>

Loading…
Cancel
Save