diff --git a/assets/scss/_variables.scss b/assets/scss/_variables.scss index 9ab02253..8cb8bf9b 100644 --- a/assets/scss/_variables.scss +++ b/assets/scss/_variables.scss @@ -50,7 +50,7 @@ $td-sidebar-border-color: $border-color !default; // Background colors for the sections on home page etc. It is a paint by number system, starting at 0, where the number is taken from the shortcode's ordinal // if not provided by the user. // These colors are all part of the theme palette, but the mix is fairly random to create variation. This can be overridden by the project if needed. -$td-box-colors: $dark, $primary, $secondary, $info, $gray-600, $success, $warning, $dark, $danger, $primary, $secondary, $info !default; +$td-box-colors: $dark, $primary, $secondary, $info, $white, $gray-600, $success, $warning, $dark, $danger, $primary, $secondary, $info !default; $link-color: adjust-color($blue, $lightness: -15%) !default; $link-decoration: none !default; diff --git a/layouts/community/list.html b/layouts/community/list.html index 66ba82b2..9cdcffc7 100644 --- a/layouts/community/list.html +++ b/layouts/community/list.html @@ -1,7 +1,7 @@ -{{ define "main" }} +{{ define "main" -}} -
+

{{ T "community_join" . }}

@@ -10,10 +10,12 @@
-{{ partial "community_links.html" . }} +{{ partial "community_links.html" . -}} +{{ with .Content -}}
- {{ .Content }} +{{ . }}
+{{- end -}} {{ end }} diff --git a/layouts/partials/community_links.html b/layouts/partials/community_links.html index 8162203f..abc78746 100644 --- a/layouts/partials/community_links.html +++ b/layouts/partials/community_links.html @@ -1,30 +1,33 @@ -{{ $links := .Site.Params.links }} +{{ $links := .Site.Params.links -}} -