diff --git a/config.toml b/config.toml index 0f2a6b4..f36c82c 100644 --- a/config.toml +++ b/config.toml @@ -46,6 +46,16 @@ removePathAccents = true description = "Les enregistrements d'une zone" image = "/img/screenshots/domain-records.png" + [[languages.fr.params.carousel]] + title = "domain-source" + description = "Informations sur la source" + image = "/img/screenshots/domain-source.png" + + [[languages.fr.params.carousel]] + title = "sources" + description = "Liste des sources existantes où récupérer les domaines" + image = "/img/screenshots/sources.png" + [params] newsletter = "newsletter@happydns.org" tryit = "/join" @@ -57,9 +67,19 @@ tryit = "/join" [[params.carousel]] title = "domain-records" - description = "Resources record for a zone" + description = "Resource records for a zone" image = "/img/screenshots/domain-records.png" + [[params.carousel]] + title = "domain-source" + description = "Information about the source" + image = "/img/screenshots/domain-source.png" + + [[params.carousel]] + title = "sources" + description = "Existing sources where pull domains" + image = "/img/screenshots/sources.png" + [menu] [[menu.main]] identifier = "features" diff --git a/layouts/partials/carousel.html b/layouts/partials/carousel.html index 4c97972..55cac57 100644 --- a/layouts/partials/carousel.html +++ b/layouts/partials/carousel.html @@ -1,11 +1,11 @@ {{ if isset .Site.Params "carousel" }} {{ if gt (len .Site.Params.carousel) 0 }}
-