diff --git a/modules/private/websites/immae/history/_includes/scripts.html b/modules/private/websites/immae/history/_includes/scripts.html index b566db8..7597aa7 100644 --- a/modules/private/websites/immae/history/_includes/scripts.html +++ b/modules/private/websites/immae/history/_includes/scripts.html @@ -1,3 +1,4 @@ + diff --git a/modules/private/websites/immae/history/_layouts/post.html b/modules/private/websites/immae/history/_layouts/post.html index 664eaed..d2e3350 100644 --- a/modules/private/websites/immae/history/_layouts/post.html +++ b/modules/private/websites/immae/history/_layouts/post.html @@ -1,7 +1,8 @@ --- layout: default --- -{% include post.html title=page.title category=page.category url=page.url date=page.date content=content %} +{% include post.html title=page.title category=page.category tags=page.tags url=page.url date=page.date content=content %}
+
diff --git a/modules/private/websites/immae/history/_posts/2020-05-28-fix-xmpp.md b/modules/private/websites/immae/history/_posts/2020-05-28-fix-xmpp.md index 622ad32..72422e4 100644 --- a/modules/private/websites/immae/history/_posts/2020-05-28-fix-xmpp.md +++ b/modules/private/websites/immae/history/_posts/2020-05-28-fix-xmpp.md @@ -1,6 +1,7 @@ --- title: "Modification du certificat SSL d’XMPP" category: Fix +tags: [XMPP] date: 2020-05-28 --- Suite à la migration d’acme, le certificate d’XMPP utilisait une clé de diff --git a/modules/private/websites/immae/history/_posts/2020-05-31-fix-postfix-headers.md b/modules/private/websites/immae/history/_posts/2020-05-31-fix-postfix-headers.md index 95f0bb4..fc30af2 100644 --- a/modules/private/websites/immae/history/_posts/2020-05-31-fix-postfix-headers.md +++ b/modules/private/websites/immae/history/_posts/2020-05-31-fix-postfix-headers.md @@ -1,6 +1,7 @@ --- title: "Ajout d’un header dans les mails traités par postfix" category: Fix +tags: [Mail] date: 2020-05-31 --- Un header X-Original-To a été ajouté aux en-têtes des e-mails reçus par diff --git a/modules/private/websites/immae/history/_posts/2020-06-06-Moteur-de-commentaires.md b/modules/private/websites/immae/history/_posts/2020-06-06-Moteur-de-commentaires.md index 6778326..7371d1a 100644 --- a/modules/private/websites/immae/history/_posts/2020-06-06-Moteur-de-commentaires.md +++ b/modules/private/websites/immae/history/_posts/2020-06-06-Moteur-de-commentaires.md @@ -1,6 +1,7 @@ --- title: "Moteur de commentaires" category: Nouveautés +tags: [Général] date: 2020-06-06 --- Un [nouveau moteur de commentaires](https://commento.immae.eu) a été diff --git a/modules/private/websites/immae/history/_posts/2020-06-07-historique.md b/modules/private/websites/immae/history/_posts/2020-06-07-historique.md index 7fc9abe..ff3eb6a 100644 --- a/modules/private/websites/immae/history/_posts/2020-06-07-historique.md +++ b/modules/private/websites/immae/history/_posts/2020-06-07-historique.md @@ -1,6 +1,7 @@ --- title: "Nouvelle page d’historique" category: Nouveautés +tags: [Général] date: 2020-06-07 --- ImmaeEu intègre dorénavant une page d’historique, pour lister l’ensemble -- 2.41.0