mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-11-21 22:42:19 +00:00
fix for broken feature images
This commit is contained in:
parent
5b271e5a42
commit
6f14d434a9
1 changed files with 5 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue