about summary refs log tree commit diff stats
path: root/config.toml
diff options
context:
space:
mode:
authorOleksii Dobrovolskyi2024-02-14 17:30:00 +0200
committerOleksii Dobrovolskyi2024-02-14 17:30:00 +0200
commita423677c42b7a3f755ee5c2ba434ed77ef6f6b99 (patch)
tree651f4e22ce35a2bd9111aa57a5181195f067a4bf /config.toml
parent69c601b5ebd3d386e9a4256d4e285ae8f5b0c80a (diff)
downloadzola-bearblog-a423677c42b7a3f755ee5c2ba434ed77ef6f6b99.tar.lz
zola-bearblog-a423677c42b7a3f755ee5c2ba434ed77ef6f6b99.tar.zst
zola-bearblog-a423677c42b7a3f755ee5c2ba434ed77ef6f6b99.zip
Add Home to extra.main_menu so it can be translated on the multilingual websites
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 78e9f9a..bd675af 100644
--- a/config.toml
+++ b/config.toml
@@ -23,6 +23,10 @@ date_format="%d %b, %Y"
 webserver_sends_csp_headers=true
 
 [[extra.main_menu]]
+name = "Home"
+url = "/"
+
+[[extra.main_menu]]
 name = "Bear"
 url = "@/bear.md"