all repos — website @ 9803beaca39fbccd38ab3a461a5e29d6e6d45c47

My website

Tweak menu configuration structure

Alan Pearce
commit

9803beaca39fbccd38ab3a461a5e29d6e6d45c47

parent

06300f6a1dfb3e00bc7e71a229f334aa0626f8ed

1 file changed, 5 insertions(+), 5 deletions(-)

changed files
M config.tomlconfig.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"