\ No newline at end of file
diff --git a/_includes/components/card.njk b/_includes/components/card.njk
index 66fa65b7..1bbf5265 100644
--- a/_includes/components/card.njk
+++ b/_includes/components/card.njk
@@ -1,5 +1,5 @@
{% if not card %}{% set card = params %}{% endif %}
-
+
{% set cardUrl = card.url | locale_url or card.externalUrl %}
@@ -37,20 +37,24 @@
{% endif %}
-
- {% if card.badges %}
-
- {% for badge in card.badges %}
-
{{ badge }}
- {% endfor %}
-
- {% endif %}
- {% if card.image.path %}
-
{% imageSync card.image.path, card.image.alt %}
- {% elif card.image.src %}
-
-
-
- {% endif %}
-
+ {% if card.badges or card.image %}
+
+ {% if card.badges %}
+
+ {% for badge in card.badges %}
+
{{ badge }}
+ {% endfor %}
+
+ {% endif %}
+ {% if card.image %}
+ {% if card.image.path %}
+
{% imageSync card.image.path, card.image.alt %}
+ {% elif card.image.src %}
+
+
+
+ {% endif %}
+ {% endif %}
+
+ {% endif %}
\ No newline at end of file
diff --git a/_includes/postslist.njk b/_includes/postslist.njk
index cc65c611..5285a509 100644
--- a/_includes/postslist.njk
+++ b/_includes/postslist.njk
@@ -13,7 +13,7 @@
path: post.data.image.path | resolvePath(post),
alt: post.data.image.alt
},
- orientation: "horizontal"
+ addClass: "fr-card--horizontal-tier"
}) }}
{% endall %}
diff --git a/_includes/previousnextlinks.njk b/_includes/previousnextlinks.njk
index 08e55973..af7ceb7a 100644
--- a/_includes/previousnextlinks.njk
+++ b/_includes/previousnextlinks.njk
@@ -1,3 +1,4 @@
+{% from "components/component.njk" import component with context %}
{% set previousPost = currentPosts | filterCollectionLang | getPreviousCollectionItem %}
{% set nextPost = currentPosts | filterCollectionLang | getNextCollectionItem %}
{% if nextPost or previousPost %}
@@ -6,34 +7,22 @@
diff --git a/content/fr/blog/posts/de-la-transparence-a-lexplicabilite-automatisee-des-algorithmes/index.md b/content/fr/blog/posts/de-la-transparence-a-lexplicabilite-automatisee-des-algorithmes/index.md
index 071e7e7a..3f0d68ac 100644
--- a/content/fr/blog/posts/de-la-transparence-a-lexplicabilite-automatisee-des-algorithmes/index.md
+++ b/content/fr/blog/posts/de-la-transparence-a-lexplicabilite-automatisee-des-algorithmes/index.md
@@ -6,7 +6,10 @@ image:
path: ./illustration-explication-algorithmes.png
alt: "Exemple d'interface pour expliquer un traitement algorithmique"
hide: True
-tags: explicabilité algorithmes transparence
+tags:
+ - explicabilité
+ - algorithmes
+ - transparence
---
*La transparence algorithmique ne se résume pas à la publication des codes sources. Comme le reflète la page que nous avons dédiée aux [outils aidant à expliquer les décisions administratives](https://code.gouv.fr/fr/explicabilite/), les façons de traduire du texte juridique en code source informatique sont variées. La mission logiciels libres accueille une entrée de blog invitée proposée par Denis Merigoux, Marie Alauzen, Justine Banuls, Louis Gesbert et Émile Rolley ; ils nous présentent un travail de recherche récent sur ces sujets. Les recommandations formulées dans cette entrée de blog appartiennent à son auteur.*
diff --git a/content/fr/bluehats/bsoc/2022/promotion.njk b/content/fr/bluehats/bsoc/2022/promotion.njk
index f0c5ebd0..3da07928 100644
--- a/content/fr/bluehats/bsoc/2022/promotion.njk
+++ b/content/fr/bluehats/bsoc/2022/promotion.njk
@@ -22,7 +22,7 @@ permalink: /fr/bluehats/bsoc-promotion-2022/
path: person.imagePath,
alt: person.name
},
- orientation: "horizontal"
+ orientation: "fr-card--horizontal-tier"
}) }}
{% endall %}
diff --git a/content/fr/index.11tydata.js b/content/fr/index.11tydata.js
index 52e927f2..e0b1dcd4 100644
--- a/content/fr/index.11tydata.js
+++ b/content/fr/index.11tydata.js
@@ -2,13 +2,13 @@ module.exports = {
actions: [
{
url: "/fr/utiliser/",
- title: "Utiliser",
+ title: "Pour l'administration",
description: "Mieux connaître, utiliser et concevoir les logiciels libres et les communs numériques.",
},
{
url: false,
externalUrl: "https://code.gouv.fr/public/",
- title: "Publier",
+ title: "Par les administrations",
description: "Développer et accompagner l’ouverture et la libération des codes sources de l'administration.",
},
{
diff --git a/content/fr/index.njk b/content/fr/index.njk
index c2d36b16..66bb7f93 100644
--- a/content/fr/index.njk
+++ b/content/fr/index.njk
@@ -23,6 +23,53 @@ eleventyNavigation:
+ {% from "components/component.njk" import component with context %}
+
+
+
Des logiciels libres pour et par les administrations