From 0e99ceece3bfb6103c6a81d480b6bd85247a4f1c Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Sun, 31 Mar 2019 22:19:43 -0400 Subject: Update cover to match layout from designers --- layouts/shortcodes/blocks/cover.html | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'layouts/shortcodes/blocks') diff --git a/layouts/shortcodes/blocks/cover.html b/layouts/shortcodes/blocks/cover.html index d602b8480..b59fa6b28 100644 --- a/layouts/shortcodes/blocks/cover.html +++ b/layouts/shortcodes/blocks/cover.html @@ -25,7 +25,26 @@
-
+
+ + {{ with .Get "title" }}

{{ $title := . }}{{ with $logo_image }}{{ $logo_image_resized := (.Fit (printf "70x70 %s" $logo_anchor)) }}{{ end }}{{ $title | html }}

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

{{ . | html }}

{{ end }}
-- cgit v1.2.3