diff options
author | Alan Pearce | 2023-11-10 12:35:06 +0100 |
---|---|---|
committer | Alan Pearce | 2025-03-16 00:56:49 +0100 |
commit | e765ab8a68e1513cba35c205e4b9118d1c4373e8 (patch) | |
tree | 3ea399df819e6f08e32f43c39564194c6b424f1c /config.toml | |
parent | 8545edaf67f840314c2432cf265dcdc9d8f9db4e (diff) | |
download | website-e765ab8a68e1513cba35c205e4b9118d1c4373e8.tar.lz website-e765ab8a68e1513cba35c205e4b9118d1c4373e8.tar.zst website-e765ab8a68e1513cba35c205e4b9118d1c4373e8.zip |
Tweak menu configuration structure
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config.toml b/config.toml index 9280145..12552db 100644 --- a/config.toml +++ b/config.toml @@ -23,19 +23,19 @@ 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" |