mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-11-21 22:42:19 +00:00
merge in changes from theme
This commit is contained in:
parent
c47b559483
commit
3c3a36fefd
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- with .Params.featureImage -}}
|
{{- with .Params.featureImage -}}
|
||||||
<div class="post_featured">
|
<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>
|
</div>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{ if and (gt .WordCount 400 ) (gt (len .TableOfContents) 180) ($s.toc) }}
|
{{ if and (gt .WordCount 400 ) (gt (len .TableOfContents) 180) ($s.toc) }}
|
||||||
|
|
Loading…
Reference in a new issue