From cb6236c106a0b23fc0c5f25fa1c07be91eb998d7 Mon Sep 17 00:00:00 2001 From: Sebastien Larinier Date: Mon, 22 Jan 2024 15:12:41 +0100 Subject: [PATCH] Update hugo.toml --- hugo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index d27832a..3109e8a 100644 --- a/hugo.toml +++ b/hugo.toml @@ -6,10 +6,11 @@ theme = "gohugo-theme-ananke" site_logo = "images/M82_N.jpg" [languages] [languages.en] - title = "Ananke" + title = "M82" weight = 1 # languageDirection = 'rtl' for Right-To-Left languages [languages.fr] + title = "M82" weight = 2 contentDir = "content"