From 3b3ee76ef3e90040c8882087133f79a8139e76f8 Mon Sep 17 00:00:00 2001 From: yann64 Date: Mon, 16 Oct 2023 10:37:31 +0200 Subject: [PATCH] Correction titre + changement copyright. --- config/_default/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/_default/config.toml b/config/_default/config.toml index 0275d14..97fe681 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -1,7 +1,7 @@ baseURL = 'https://barbel.synology.me/' -title = "Généalogie et Inormatique" +title = "Généalogie et informatique" author = "Yannick Barbel" -copyright = "Open-source MIT Licensed." +copyright = "Yannick Barbel - 2023" languageCode = "fr" # For the internal RSS template (and for the html lang attribute) DefaultContentLanguage = "fr"