diff --git a/layouts/shortcodes/blocks/cover.html b/layouts/shortcodes/blocks/cover.html index 6193ef28..aabb7062 100644 --- a/layouts/shortcodes/blocks/cover.html +++ b/layouts/shortcodes/blocks/cover.html @@ -30,7 +30,7 @@
- {{ with .Get "title" }}

{{ $title := . }}{{ with $logo_image }}{{ $logo_image_resized := (.Fit (printf "700x700 %s" $logo_anchor)) }}{{ end }}

{{ end }} + {{ with .Get "title" }}

{{ $title := . }}{{ with $logo_image }}{{ $logo_image_resized := (.Fit (printf "300x300 %s" $logo_anchor)) }}{{ end }}

{{ end }} {{ with .Get "subtitle" }}

{{ . | html }}

{{ end }}
{{ if eq .Page.File.Ext "md" }}