summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
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" },
]