From 932a9a4ca8c976a0e1ca4fdb66d851fe42cffbd6 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Wed, 8 Mar 2023 16:32:40 -0500 Subject: [PATCH] [BSv5] community/list row-col hierarchy fix --- layouts/community/list.html | 15 +++++++++------ layouts/shortcodes/blocks/cover.html | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/layouts/community/list.html b/layouts/community/list.html index b00ea01bef..1c8d2ffb2c 100644 --- a/layouts/community/list.html +++ b/layouts/community/list.html @@ -1,15 +1,18 @@ {{ define "main" -}} -
+
+
- -

{{ T "community_join" . }}

-

{{ T "community_introduce" . }}

-
+ +

{{ T "community_join" . }}

+

{{ T "community_introduce" . }}

+
+
- {{ partial "community_links.html" . -}} {{ with .Content -}} diff --git a/layouts/shortcodes/blocks/cover.html b/layouts/shortcodes/blocks/cover.html index c3e357f058..36790be4b0 100644 --- a/layouts/shortcodes/blocks/cover.html +++ b/layouts/shortcodes/blocks/cover.html @@ -28,7 +28,7 @@
-
+
{{ with .Get "title" }}

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

{{ end }}