From 16d3753f156dbe5d25cfca4439b0f9e103d32ba7 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Fri, 14 Feb 2025 11:15:11 -0300 Subject: [PATCH] Add French site link to main menu in config.toml --- config.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index d9a1519..0dcb04c 100644 --- a/config.toml +++ b/config.toml @@ -67,9 +67,14 @@ summaryLength = 30 url = "https://matrix.to/#/#yams-space:rogs.me" weight = 99 +# [[menu.main]] +# name = "Gitlab" +# url = "https://gitlab.com/rogs/yams" +# weight = 100 + [[menu.main]] - name = "Gitlab" - url = "https://gitlab.com/rogs/yams" + name = "🇫🇷 FR" + url = "https://fr.yams.media" weight = 100