config.toml: Use slug for post URLs
I was wondering why the slugs in my front matter weren't being respected! Unfortunately this changes the URLs for all my existing posts.
This commit is contained in:
parent
1813666d0d
commit
59b07770e1
@ -7,7 +7,7 @@ theme = "hugo-theme-bootstrap4-blog"
|
||||
enableRobotsTXT = true
|
||||
|
||||
[permalinks]
|
||||
post = "/:year/:month/:title/"
|
||||
post = "/:year/:month/:slug/"
|
||||
page = "/:slug/"
|
||||
|
||||
[params]
|
||||
|
Loading…
Reference in New Issue
Block a user