Skip to content

Commit fb5a576

Browse files
committed
fix: update deprecated :slugorfilename permalink token
Signed-off-by: David Karlsson <[email protected]>
1 parent ec3db96 commit fb5a576

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hugo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ taxonomies:
1515
# Remove the /manuals prefix for content in the manuals section
1616
permalinks:
1717
page:
18-
manuals: /:sections[1:]/:slugorfilename/
18+
manuals: /:sections[1:]/:slugorcontentbasename/
1919
section:
20-
manuals: /:sections[1:]/:slugorfilename/
20+
manuals: /:sections[1:]/:slugorcontentbasename/
2121

2222
markup:
2323
tableOfContents:

0 commit comments

Comments
 (0)