fix: typo
Some checks failed
Blog Test / Check-Rebuild (push) Successful in 8s
Blog Test / Build (push) Successful in 24s
Blog Test / Deploy-Test (push) Successful in 11s
Blog Test / Test (push) Failing after 5s

This commit is contained in:
2026-04-02 19:02:08 +00:00
parent f10bce1c0a
commit a2cb29f2f3

View File

@@ -4,7 +4,7 @@
{{ if $Page.Params.categories }} {{ if $Page.Params.categories }}
<header class="article-category"> <header class="article-category">
{{ range (.GetTerms "tags") }} {{ range (.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>
{{ end }} {{ end }}