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 }}