From a423677c42b7a3f755ee5c2ba434ed77ef6f6b99 Mon Sep 17 00:00:00 2001 From: Oleksii Dobrovolskyi Date: Wed, 14 Feb 2024 17:30:00 +0200 Subject: Add Home to extra.main_menu so it can be translated on the multilingual websites --- config.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 78e9f9a..bd675af 100644 --- a/config.toml +++ b/config.toml @@ -22,6 +22,10 @@ highlight_code = true date_format="%d %b, %Y" webserver_sends_csp_headers=true +[[extra.main_menu]] +name = "Home" +url = "/" + [[extra.main_menu]] name = "Bear" url = "@/bear.md" -- cgit 1.4.1