mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-30 11:13:06 +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 }}
|
{{ .Content }}
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
||||||
{{ if eq .Kind "taxonomy" }}
|
{{ if or (eq .Kind "taxonomy") (eq .Kind "taxonomyTerm") }}
|
||||||
<ul>
|
<ul>
|
||||||
{{ range .Pages }}
|
{{ range .Pages }}
|
||||||
<li><a href="{{.URL}}">{{.Title}}</a></li>
|
<li><a href="{{.URL}}">{{.Title}}</a></li>
|
||||||
|
|
Loading…
Reference in a new issue