mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-11-22 06:52:18 +00:00
merge overriding single.html from theme
This commit is contained in:
parent
262583f933
commit
9702e324a3
1 changed files with 2 additions and 2 deletions
|
@ -23,9 +23,9 @@
|
||||||
<i>{{- T "old_content_note" -}}</i>
|
<i>{{- T "old_content_note" -}}</i>
|
||||||
</div>
|
</div>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- if .Params.featureImage -}}
|
{{- with .Params.featureImage -}}
|
||||||
<div class="post_featured">
|
<div class="post_featured">
|
||||||
{{- partial "image" (dict "file" .Params.featureImage "type" "featured") }}
|
{{- partial "image" (dict "file" . "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