From 4426fde55fef31718a7dad2fd7b639a89ad036e7 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Fri, 21 Jun 2024 22:52:08 -0400 Subject: [PATCH] Series links should be dated too. --- config/_default/hugo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 417a57d..090cacd 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -68,3 +68,4 @@ enableEmoji = true [permalinks] posts = "/:year/:month/:filename" + series = "/:year/:month/:filename"