From 37d7262b40f24308782d3275e6128202aa69e550 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Fri, 21 Jun 2024 23:00:36 -0400 Subject: [PATCH] I think they need to be paired --- config/_default/hugo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index aeb5a07..8acd017 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -69,3 +69,7 @@ enableEmoji = true [permalinks] [permalinks.page] posts = "/:year/:month/:filename" + series = "/:year/:month/:filename" + [permalinks.section] + posts = "/" + series = "/series"