From b8691d51319c0f0f72999e885208cb2318c2c209 Mon Sep 17 00:00:00 2001 From: surya Date: Sat, 18 Apr 2026 15:51:27 -0400 Subject: fix --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.toml') 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" }, ] -- cgit v1.2.3