mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
Display tags list
This commit is contained in:
parent
79a9777e9a
commit
a75b1a0ce1
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
{{ .Content }}
|
||||
{{end}}
|
||||
|
||||
{{ if eq .Kind "taxonomy" }}
|
||||
{{ if or (eq .Kind "taxonomy") (eq .Kind "taxonomyTerm") }}
|
||||
<ul>
|
||||
{{ range .Pages }}
|
||||
<li><a href="{{.URL}}">{{.Title}}</a></li>
|
||||
|
|
Loading…
Reference in a new issue