From 25a3670a5b41f5683daebbd2a0c2cc3dae686144 Mon Sep 17 00:00:00 2001 From: Hugo Trentesaux <hugo@trentesaux.fr> Date: Sun, 22 Jan 2023 16:56:18 +0100 Subject: [PATCH] replace 'actualites' by 'blog' --- content/blog/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/_index.md b/content/blog/_index.md index 2f0ef5c..5372411 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -1,5 +1,5 @@ +++ -title = "Actualités" +title = "Blog" template = "feed.html" page_template = "article.html" sort_by = "date" @@ -8,4 +8,4 @@ weight = 1 aliases = ["fr/blog"] +++ -Vous trouverez ici les actualités relatives au projet Duniter. (trier par [Auteur](/authors), [Tag](/tags), [Catégorie](/category)). Abonnez-vous au [<i class="fa fa-rss"></i> flux rss](/rss.xml). \ No newline at end of file +Vous trouverez ici les actualités et l'historique du projet Duniter. (trier par [Auteur](/authors), [Tag](/tags), [Catégorie](/category)). Abonnez-vous au [<i class="fa fa-rss"></i> flux rss](/rss.xml). \ No newline at end of file -- GitLab