feat: Add tag links to list template
This commit is contained in:
parent
1f6561f6d3
commit
f107677da6
2 changed files with 10 additions and 0 deletions
|
@ -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…
Reference in a new issue