From 9e0e9e9563c36ed90ca901352801565347d43b76 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Fri, 21 Jun 2024 23:07:29 -0400 Subject: [PATCH] fine I'll do it --- config/_default/hugo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index e5ede40..bf9df2d 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -68,6 +68,8 @@ enableEmoji = true [permalinks] [permalinks.page] - posts = "/:year/:month/:filename" + posts = "/posts/:year/:month/:slug" + series = "/:year/:month/:slug" [permalinks.section] - posts = "/" + posts = "/posts/" + series = "/series"