Fixed display of pinned posts in taxonomy pages

Signed-off-by: GitHub Action <action@github.com>
This commit is contained in:
GitHub Action
2024-03-13 15:37:00 +00:00
parent 6a4664c666
commit 8f06b17057

View File

@ -11,7 +11,7 @@
</div>
{{- end }}
{{- if and (ge (len (where .Site.Pages ".Params.pin" true)) 1) (.Site.Params.pinned) (ne .Kind "taxonomy") -}}
{{- if and (ge (len (where .Site.Pages ".Params.pin" true)) 1) (.Site.Params.pinned) (not (in .Page.RelPermalink (or "tags" "categories"))) -}}
<h2>{{- .Site.Params.pinned -}}</h2>
{{$pin_name := .Site.Params.pinnedSVGname | default "pin" }}
<div class="pinned-posts-group">