Theme update

This commit is contained in:
2024-11-04 13:11:27 -05:00
Unverified
parent 5d7bf3b3c9
commit 22920b60dc
9 changed files with 26 additions and 53 deletions

View File

@@ -2,7 +2,7 @@
{{ if .Params.categories }}
<header class="article-category">
{{ range (.GetTerms "categories") }}
<a href="{{ .RelPermalink }}" {{ with .Params.style }}style="background-color: {{ .background }}; color: {{ .color }};"{{ end }}>
<a href="{{ .RelPermalink }}">
{{ .LinkTitle }}
</a>
{{ end }}