diff --git a/_data/sill.js b/_data/sill.js index a9365a98..2ff16ed0 100644 --- a/_data/sill.js +++ b/_data/sill.js @@ -1,8 +1,8 @@ const EleventyFetch = require("@11ty/eleventy-fetch"); module.exports = async function () { - const URL = "https://code.gouv.fr/data/sill.json"; - // const URL = "https://code.gouv.fr/sill/api/sill.json"; // To use when SILL is up + const URL = "https://code.gouv.fr/sill/api/sill.json"; // To use when SILL is up + // const URL = "https://code.gouv.fr/data/sill.json"; // Backup source let sill = await EleventyFetch(URL, { duration: "2w", diff --git a/_includes/components/card-custom-home.njk b/_includes/components/card-custom-home.njk index 28dfa5de..471a9e47 100644 --- a/_includes/components/card-custom-home.njk +++ b/_includes/components/card-custom-home.njk @@ -1,5 +1,5 @@ {% if not card %}{% set card = params %}{% endif %} -