summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorsurya <surya@urbanecologycollective.org>2026-04-18 15:51:27 -0400
committersurya <surya@urbanecologycollective.org>2026-04-18 15:51:27 -0400
commitb8691d51319c0f0f72999e885208cb2318c2c209 (patch)
treeb8c819217fb884c68f7acb078b7d49e5d585dac8 /config.toml
parentfc3911cf7ca67da51f2d8e71824a6d284b590b2c (diff)
fix
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index ffd7ad5..b8001a5 100644
--- a/config.toml
+++ b/config.toml
@@ -26,6 +26,6 @@ smart_punctuation = true
list_pages = true
menu_links = [
{ url = "$BASE_URL/", name = "home" },
- { url = "$BASE_URL/blog/", name = "blog" },
+ { url = "$BASE_URL/posts/", name = "posts" },
{ url = "$BASE_URL/wiki/", name = "wiki" },
]