fix: .GetTerms
Some checks failed
Blog Test / Check-Rebuild (push) Successful in 8s
Blog Test / Build (push) Successful in 11s
Blog Test / Deploy-Test (push) Successful in 21s
Blog Test / Test (push) Failing after 3s

This commit is contained in:
2026-04-02 19:06:37 +00:00
parent 33c8ff1120
commit 1fccae5cd9

View File

@@ -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>