fix/not-deploying-hugo-v159 #9

Merged
Vezpi merged 22 commits from fix/not-deploying-hugo-v159 into preview 2026-04-03 10:02:12 +02:00
Showing only changes of commit 1fccae5cd9 - Show all commits

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>