merge in changes from theme

This commit is contained in:
John Bowdre 2022-05-13 16:14:35 -05:00
parent c47b559483
commit 3c3a36fefd

View file

@ -25,7 +25,7 @@
{{- end -}}
{{- with .Params.featureImage -}}
<div class="post_featured">
{{- partial "image" (dict "file" . "type" "featured" "Page" $.Page) }}
{{- partial "image" (dict "file" $p.featureImage "alt" $p.featureImageAlt "cap" $p.featureImageCap "type" "featured" "Page" $.Page) }}
</div>
{{- end -}}
{{ if and (gt .WordCount 400 ) (gt (len .TableOfContents) 180) ($s.toc) }}