fix for broken feature images

This commit is contained in:
John Bowdre 2022-04-25 12:15:47 -05:00
parent 5b271e5a42
commit 6f14d434a9

View file

@ -23,7 +23,11 @@
<i>{{- T "old_content_note" -}}</i>
</div>
{{- end -}}
{{- partial "image-feature" . }}
{{- if .Params.featureImage -}}
<div class="post_featured">
{{- partial "image" (dict "file" .Params.featureImage "type" "featured") }}
</div>
{{- end -}}
{{ if and (gt .WordCount 400 ) (gt (len .TableOfContents) 180) ($s.toc) }}
<div class="post_toc">
<div class="wrap-collapsible">