From a54ead2a07f173879bce5d65588aa62b5ee22045 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Mon, 5 Jan 2026 08:41:11 +0100 Subject: [PATCH] chore: remove deprecated :slugorfilename permalink token Use new :slugorcontentbasename option Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- hugo.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index fb1ed05e93..f6b14640a3 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -15,9 +15,9 @@ taxonomies: # Remove the /manuals prefix for content in the manuals section permalinks: page: - manuals: /:sections[1:]/:slugorfilename/ + manuals: /:sections[1:]/:slugorcontentbasename/ section: - manuals: /:sections[1:]/:slugorfilename/ + manuals: /:sections[1:]/ markup: tableOfContents: