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