From 73518eedc0d382126e2ea81af5e8263dc5071abf Mon Sep 17 00:00:00 2001 From: Steve Scargall <37674041+sscargal@users.noreply.github.com> Date: Thu, 18 Sep 2025 02:12:17 +0000 Subject: [PATCH] Fix blog URL slugs Signed-off-by: Steve Scargall <37674041+sscargal@users.noreply.github.com> --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 5ef321f..e27ed2a 100644 --- a/hugo.toml +++ b/hugo.toml @@ -9,7 +9,7 @@ defaultContentLanguageInSubdir = false enableRobotsTXT = true [permalinks] -blogs = "/blog/:year/:month/:title/" +blog = "/blog/:year/:month/:title/" [languages]