diff options
author | Alan Pearce | 2023-10-29 11:20:06 +0100 |
---|---|---|
committer | Alan Pearce | 2023-10-29 11:20:06 +0100 |
commit | 3a9b920d4981ac28becb9634ec964dc2e2104401 (patch) | |
tree | abb36918e883fef64c014ed049fe4de8165a32fd /config.toml | |
parent | 5b37033b1623ad5c3b8fd89b1ee85b04b1811609 (diff) | |
download | website-3a9b920d4981ac28becb9634ec964dc2e2104401.tar.lz website-3a9b920d4981ac28becb9634ec964dc2e2104401.tar.zst website-3a9b920d4981ac28becb9634ec964dc2e2104401.zip |
Remove extra space after Home link
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 3 |
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]] |