From 37f7afa1b4b705cd9acd0cc0525a3588f3e7da5c Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Fri, 21 Jun 2024 23:12:32 -0400 Subject: [PATCH] is this the compromise? --- config/_default/hugo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index bf9df2d..aeb5a07 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -68,8 +68,4 @@ enableEmoji = true [permalinks] [permalinks.page] - posts = "/posts/:year/:month/:slug" - series = "/:year/:month/:slug" - [permalinks.section] - posts = "/posts/" - series = "/series" + posts = "/:year/:month/:filename"