From 9762a2432d2bc3ccd9d05cba8b981f453582bd93 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Tue, 5 Oct 2021 08:28:43 -0700 Subject: [PATCH] Post permalinks have posts/ prefixed --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 4db59fe..cfc20f3 100644 --- a/config.toml +++ b/config.toml @@ -9,4 +9,4 @@ github = 'erynofwales' instagram = 'erynofwales' [permalinks] -posts = '/:year/:month/:title/' \ No newline at end of file +posts = 'posts/:year/:month/:title/' \ No newline at end of file