From 1f2325d5345a51510ad0e05b1db57336041dd928 Mon Sep 17 00:00:00 2001 From: dashdashzako Date: Mon, 25 Nov 2019 14:46:51 +0100 Subject: [PATCH] Update pages base title --- CHANGELOG.md | 1 + config.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 413c8c6..867b945 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to - Repository owner is INRIA - Prettier ignored files +- Pages base `title` ## [v2.1.0] - 2019-11-21 diff --git a/config.toml b/config.toml index dbf377f..df2bb3a 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ baseURL = "https://mooc-accessibility.inria.fr/" languageCode = "fr-fr" -title = "Inria MOOC Accessibility" +title = "MOOC Accessibilité Numérique par Inria" disableKinds = ["taxonomy", "taxonomyTerm", "sitemap"] enableGitInfo = true