fix: .GetTerms
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<div class="article-details">
|
<div class="article-details">
|
||||||
{{ if $Page.Params.categories }}
|
{{ if $Page.Params.categories }}
|
||||||
<header class="article-category">
|
<header class="article-category">
|
||||||
{{ range (.GetTerms "tags") }}
|
{{ range ($Page.GetTerms "tags") }}
|
||||||
<a href="{{ .RelPermalink }}" {{ with $Page.Params.style }}style="background-color: {{ .background }}; color: {{ .color }};"{{ end }}>
|
<a href="{{ .RelPermalink }}" {{ with $Page.Params.style }}style="background-color: {{ .background }}; color: {{ .color }};"{{ end }}>
|
||||||
{{ .LinkTitle }}
|
{{ .LinkTitle }}
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user