diff --git a/i18n/en.yaml b/i18n/en.yaml index d534d30..edddcb7 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -357,7 +357,7 @@ - id: beta-alert-title translation: "Online version closed, beta access only" - id: beta-alert-text - translation: 'happyDomain is evolving: soon, continuously test your domains'' security and monitor every service exposed through DNS, with zero configuration. We''re rolling out this new version progressively to gather feedback and deliver the best possible service. Learn more.' + translation: 'happyDomain is evolving: soon, continuously test your domains'' security and monitor every service exposed through DNS — with zero configuration. We''re rolling out this new version progressively to gather feedback and deliver the best possible service. Learn more.' - id: beta-alert-button translation: "Join the beta" diff --git a/layouts/partials/carousel.html b/layouts/partials/carousel.html index f03f5a4..874b0d2 100644 --- a/layouts/partials/carousel.html +++ b/layouts/partials/carousel.html @@ -1,98 +1,28 @@ {{ if isset .Site.Params "carousel" }} {{ if gt (len .Site.Params.carousel) 0 }} - - - - - +
+ {{ range sort .Site.Params.carousel "weight" }} +
+ + {{ .title }} + +
+ {{ .description | markdownify }} +
+
+ {{ end }} +
{{ end }} {{ end }}