summary refs log tree commit diff stats
path: root/config.toml
diff options
context:
space:
mode:
authorAlan Pearce2023-10-29 11:20:06 +0100
committerAlan Pearce2023-10-29 11:20:06 +0100
commit831d526f771a4cd2965501c1bdd3df4aa5797850 (patch)
tree37446d43f62288c00dc1e087d04f17ee32c1ec27 /config.toml
parentab524bb965155979a9dd17375d3819d58152b3f0 (diff)
downloadwebsite-831d526f771a4cd2965501c1bdd3df4aa5797850.tar.lz
website-831d526f771a4cd2965501c1bdd3df4aa5797850.tar.zst
website-831d526f771a4cd2965501c1bdd3df4aa5797850.zip
Remove extra space after Home link
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index d7eda14..e3a23be 100644
--- a/config.toml
+++ b/config.toml
@@ -34,6 +34,9 @@ x-content-type-options = "nosniff"
 content-security-policy = "default-src 'none'; img-src 'self'; object-src 'none'; script-src 'self'; style-src 'unsafe-inline'; form-action 'none'; base-uri 'self'; frame-ancestors https://kagi.com;"
 
 [[extra.main_menu]]
+    name = "Home"
+    url = "/"
+[[extra.main_menu]]
     name = "Posts"
     url = "/post/"
 [[extra.main_menu]]