From fcfb96da0155ab9ae13f6f6c9a795dbad2746687 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Fri, 21 Jun 2024 22:56:44 -0400 Subject: [PATCH] only date page links, not taxonomy pages --- config/_default/hugo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 090cacd..580c74c 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -67,5 +67,6 @@ enableEmoji = true weight = 10 [permalinks] + [permalinks.page] posts = "/:year/:month/:filename" series = "/:year/:month/:filename"