diff --git a/README.md b/README.md
index d4695dc8..913e91a0 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,5 @@ Le contenu rédactionnel du site est une publication DINUM, 20 avenue de Ségur,
### Crédits images
-- [Gradient icons created by srip](https://www.flaticon.com/authors/srip/gradient)
-- hat by sripfoto from [Noun Project](https://thenounproject.com/srip/) (CC BY 3.0)
+- [Programmer.png](public/illustrations/Programmer.png) par ven sur [IllustrationKit](https://illustrationkit.com/illustrations/ven)
- [Blank_man_placeholder.svg](https://fr.wikipedia.org/wiki/Fichier:Blank_man_placeholder.svg) par [AntoFran](https://commons.wikimedia.org/wiki/User:AntoFran) sous licence [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0>).
-
diff --git a/_includes/components/callout.njk b/_includes/components/callout.njk
index 7ed2118c..31f7a241 100644
--- a/_includes/components/callout.njk
+++ b/_includes/components/callout.njk
@@ -2,7 +2,7 @@
- {% endif %}
+ {% set currentPosts = collections.posts %}
+ {% include "previousnextlinks.njk" %}
{% endif %}
-
\ No newline at end of file
diff --git a/_includes/postslist.njk b/_includes/postslist.njk
index 57e6fb49..cc65c611 100644
--- a/_includes/postslist.njk
+++ b/_includes/postslist.njk
@@ -1,11 +1,11 @@
-
+
{% asyncAll post in postslist %}
{% from "components/component.njk" import component with context %}
{{ component("card", {
url: post.url,
title: post.data.title,
- description: post.data.description,
+ description: post.data.description | safe,
tags: post.data.tags,
date: post.date,
badges: post.data.badges,
diff --git a/_includes/previousnextlinks.njk b/_includes/previousnextlinks.njk
new file mode 100644
index 00000000..08e55973
--- /dev/null
+++ b/_includes/previousnextlinks.njk
@@ -0,0 +1,41 @@
+{% set previousPost = currentPosts | filterCollectionLang | getPreviousCollectionItem %}
+{% set nextPost = currentPosts | filterCollectionLang | getNextCollectionItem %}
+{% if nextPost or previousPost %}
+
+{% endif %}
\ No newline at end of file
diff --git a/_includes/templates/display.njk b/_includes/templates/display.njk
index cafe931c..8f7e8aab 100644
--- a/_includes/templates/display.njk
+++ b/_includes/templates/display.njk
@@ -24,11 +24,11 @@
- The BlueHats are all the people who want to show that they contribute to Free and Open Source software developed and/or used by public administrations all over the world: civil servants involved in the use and development of these software, of course, but also citizens who recognise that their actions in favour of Free Software help the administration's projects.
-
-
- BlueHats is not a product or a brand of the French Free Software Unit. It's a global movement to which our unit contributes by publishing a newsletter in French, organising online workshops and face-to-face meetings. All public administrations around the world are invited to contribute to this movement and add events to the bluehats.global website!
-
-
-
-
+
+
+
+
+
BlueHats, who's in ?
+
+ The BlueHats are all the people who want to show that they contribute to Free and Open Source
+ software developed and/or used by public administrations all over the world: civil servants
+ involved in the use and development of these software, of course, but also citizens who recognise that their
+ actions in favour of Free Software help the administration's projects.
+
+
+ BlueHats is not a product or a brand of the French Free Software Unit. It's a global
+ movement to which our unit contributes by publishing a newsletter in
+ French, organising online workshops and face-to-face meetings. All public administrations around the world
+ are invited to contribute to this movement and add events to the
+ bluehats.global website!
+
+
+
+
+
-
-
-
-
BlueHats, where to start?
+
+
+
+
+
BlueHats, where to start?
+
+
-
-
-
-
-
-
-
-
BlueHats events
-
- You can start by organising BlueHats events, inviting people to support Free Software in the public sector by sharing their expertise, hacking, etc. Events do not have to be big hackathons: even small face-to-face meetings are useful.
-
-
BlueHats online workshops
-
- As a civil servant, you can easily share your expertise on Free Software through online workshops to which you can invite other civil servants.
-
-
BlueHats newsletters
-
- If your administration is willing to commit to spreading information about the progress of Free Software in the public sector, it can publish a newsletter.
-
+
+
+
+
+
+
+
+
BlueHats events
+
+ You can start by organising BlueHats events, inviting people to support Free Software in the
+ public sector by sharing their expertise, hacking, etc. Events do not have to be big hackathons: even small
+ face-to-face meetings are useful.
+
+
BlueHats online workshops
+
+ As a civil servant, you can easily share your expertise on Free Software through online workshops to which you
+ can invite other civil servants.
+
+
BlueHats newsletters
+
+ If your administration is willing to commit to spreading information about the progress of Free Software in
+ the public sector, it can publish a newsletter.
+
+
diff --git a/content/en/index.njk b/content/en/index.njk
index afd366bc..511ab30e 100644
--- a/content/en/index.njk
+++ b/content/en/index.njk
@@ -1,33 +1,33 @@
---
-title: Home
+title: French Free Software Unit
layout: layouts/home.njk
eleventyNavigation:
key: Home
order: 1
---
-
-
-
-
-
French Free Software Unit
+
+
+
+
+
{{ title }}
- Assisting government agencies in increasing their use of Free and Open Source software and supporting their efforts to publish source code.
+ Assisting government agencies in increasing their use of Free and Open Source software and
+ supporting their efforts to publish source code.