diff --git a/layouts/partials/carousel.html b/layouts/partials/carousel.html index 874b0d2..f03f5a4 100644 --- a/layouts/partials/carousel.html +++ b/layouts/partials/carousel.html @@ -1,28 +1,98 @@ {{ if isset .Site.Params "carousel" }} {{ if gt (len .Site.Params.carousel) 0 }} -
- {{ range sort .Site.Params.carousel "weight" }} -
- - {{ .title }} - -
- {{ .description | markdownify }} -
-
- {{ end }} -
+ + + + + {{ end }} {{ end }}