about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorAlan Pearce2024-02-18 12:09:15 +0000
committerAlan Pearce2024-02-18 12:09:15 +0000
commit555ff8a5656cf9fc160de3ec19bc827f6e5da9b7 (patch)
tree651f4e22ce35a2bd9111aa57a5181195f067a4bf /README.md
parent69c601b5ebd3d386e9a4256d4e285ae8f5b0c80a (diff)
parenta423677c42b7a3f755ee5c2ba434ed77ef6f6b99 (diff)
downloadzola-bearblog-555ff8a5656cf9fc160de3ec19bc827f6e5da9b7.tar.lz
zola-bearblog-555ff8a5656cf9fc160de3ec19bc827f6e5da9b7.tar.zst
zola-bearblog-555ff8a5656cf9fc160de3ec19bc827f6e5da9b7.zip
Merge pull request 'Add Home to extra.main_menu so it can be translated on the multilingual websites' (#8) from dobrvlskyi/zola-bearblog:main-menu into main
Reviewed-on: https://codeberg.org/alanpearce/zola-bearblog/pulls/8
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index db77233..7ebe80b 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,10 @@ Create an array in `extra` with a key of `main_menu`. `url` is passed to [`get_u
 
 ```toml
 [[extra.main_menu]]
+name = "Home"
+url = "/"
+
+[[extra.main_menu]]
 name = "Bear"
 url = "@/bear.md"