From 0809a33425d71939ffb34bc6f183af50a4ca40b0 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Fri, 21 Jun 2024 17:47:22 -0400 Subject: [PATCH] Fix permalink format --- config/_default/hugo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 16ed410..417a57d 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -65,3 +65,6 @@ enableEmoji = true name = 'fragmentrefs' type = 'fragments' weight = 10 + +[permalinks] + posts = "/:year/:month/:filename"