From ef801b8d4f394881e5926e34268fdca5bebd1b32 Mon Sep 17 00:00:00 2001 From: Sebastien Larinier Date: Mon, 12 Feb 2024 09:48:50 +0100 Subject: [PATCH] add socials links --- hugo.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/hugo.toml b/hugo.toml index a63ba6a..8c03155 100644 --- a/hugo.toml +++ b/hugo.toml @@ -10,10 +10,6 @@ site_logo = "images/M82_N.jpg" priority = 0.5 filename = "sitemap.xml" [languages] - [languages.en] - title = "M82 Project" - weight = 1 - # languageDirection = 'rtl' for Right-To-Left languages [languages.fr] title = "M82 Project" weight = 1 @@ -21,8 +17,8 @@ site_logo = "images/M82_N.jpg" [[params.ananke_socials]] name = "linkedin" -url = "" +url = "https://www.linkedin.com/company/m82-project/" [[params.ananke_socials]] name = "github" -url = "" +url = "https://github.com/M82-project/"