summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index b544344..58f2c3f 100644
--- a/config.toml
+++ b/config.toml
@@ -26,5 +26,6 @@ smart_punctuation = true
# list_pages = true
menu_links = [
{ url = "$BASE_URL/", name = "home" },
+ { url = "$BASE_URL/blog/", name = "blog" },
{ url = "$BASE_URL/wiki/", name = "wiki" },
]