Public release 1
This commit is contained in:
parent
a7b5476385
commit
d60b4ffecd
5 changed files with 125 additions and 20 deletions
|
|
@ -12,7 +12,7 @@ For a given taxonomy, renders a list of terms assigned to the page.
|
|||
|
||||
{{- with $page.GetTerms $taxonomy }}
|
||||
{{- $label := (index . 0).Parent.LinkTitle }}
|
||||
<div class="article-end-ribbon">Tags:
|
||||
<div class="article-tag-ribbon">Tags:
|
||||
{{- range . }}
|
||||
<a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a>
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue