about summary refs log tree commit diff stats
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/config.toml b/config.toml
index 9fd866d..a4345a0 100644
--- a/config.toml
+++ b/config.toml
@@ -34,18 +34,18 @@ cache-control = "max-age=14400"
 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]]
+[[menus.main]]
     name = "Home"
     url = "/"
-[[extra.main_menu]]
+[[menus.main]]
     name = "Posts"
     url = "/post/"
-[[extra.main_menu]]
+[[menus.main]]
     name = "Feed"
     url = "/atom.xml"
-[[extra.main_menu]]
+[[menus.main]]
     name = "Tags"
     url = "/tags/"
-[[extra.main_menu]]
+[[menus.main]]
     name = "Repositories"
     url = "https://git.alanpearce.eu"