From 1cde952f62718fa31bec773be32a9c112d0ecff6 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 31 Oct 2022 11:05:29 -0400 Subject: [PATCH] Fix blog permalinks --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 15e30eb..58db417 100644 --- a/config.toml +++ b/config.toml @@ -8,7 +8,7 @@ copyright = 'This work is licensed under a Creative Commons Attribution-NonComme name = 'redstrate' [permalinks] - blog = '/:year/:month/:title/' + blog = 'blog/:year/:month/:title/' [menu] [[menu.main]]