Category page ok

This commit is contained in:
kbe
2025-08-20 20:21:30 +02:00
parent c2ea3a9a4f
commit 442440454a

View File

@@ -11,8 +11,10 @@
</h1> </h1>
{{ if .Description }} {{ if .Description }}
<p class="text-xl text-gray-700 mb-8">{{ .Description }}</p> <p class="text-xl text-gray-700 mb-8">{{ .Description }}</p>
{{ else if and (eq .Kind "taxonomy") .Data.Term }}
<p class="text-xl text-gray-700 mb-8">{{ .Data.Term | humanize }}</p>
{{ else if .Site.Params.seo.description }} {{ else if .Site.Params.seo.description }}
<p class="text-xl text-gray-700 mb-8">{{ .Site.Params.seo.description }}</p> <!-- <p class="text-xl text-gray-700 mb-8">{{ .Site.Params.seo.description }}</p> -->
{{ end }} {{ end }}
<!-- Category tags if this is a taxonomy page --> <!-- Category tags if this is a taxonomy page -->