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 }}