From a417c8c9ce8a52a79549fd59691bb6d71c98a728 Mon Sep 17 00:00:00 2001 From: David Soulayrol Date: Sat, 23 Apr 2022 14:51:42 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20et=20compl=C3=A9ments=20pour=20les?= =?UTF-8?q?=20titres=20dans=20les=20
.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/blog/index.html | 2 +- content/index.html | 2 +- layouts/base.njk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/blog/index.html b/content/blog/index.html index 5f55ce3..a7710fb 100644 --- a/content/blog/index.html +++ b/content/blog/index.html @@ -1,5 +1,5 @@ --- layout: blog.njk permalink: false -title: TODO BLOG +title: Blog --- diff --git a/content/index.html b/content/index.html index 4c7856b..ea4ece6 100644 --- a/content/index.html +++ b/content/index.html @@ -1,7 +1,7 @@ --- layout: front.njk hidemenuicon: true -title: TODO TITLE +title: L'hébergeur associatif, transparent et solidaire ---
diff --git a/layouts/base.njk b/layouts/base.njk index 2e9e8d2..890a6f0 100644 --- a/layouts/base.njk +++ b/layouts/base.njk @@ -2,7 +2,7 @@ - {{ site.title }} | {{ page.title }} + {{ site.title }} | {{ title }}