From 2c4224f52d042cabb539e004771747ecde3bccc8 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Fri, 21 Jun 2024 22:59:04 -0400 Subject: [PATCH] that caused hugo to panic on a slice index --- config/_default/hugo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 580c74c..aeb5a07 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -69,4 +69,3 @@ enableEmoji = true [permalinks] [permalinks.page] posts = "/:year/:month/:filename" - series = "/:year/:month/:filename"