fix: .GetTerms
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<div class="article-details">
|
||||
{{ if $Page.Params.categories }}
|
||||
<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 }}>
|
||||
{{ .LinkTitle }}
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user