merge overriding single.html from theme

This commit is contained in:
John Bowdre 2022-04-29 16:29:03 -05:00
parent 8534a183a2
commit e916939bec

View file

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