Category page ok
This commit is contained in:
@@ -11,8 +11,10 @@
|
||||
</h1>
|
||||
{{ if .Description }}
|
||||
<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 }}
|
||||
<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 }}
|
||||
|
||||
<!-- Category tags if this is a taxonomy page -->
|
||||
|
||||
Reference in New Issue
Block a user