mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 20:46:33 +08:00
Display tags list
This commit is contained in:
parent
79a9777e9a
commit
a75b1a0ce1
@ -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…
x
Reference in New Issue
Block a user