1
0

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:
Alan Orth 2016-10-05 12:47:35 +03:00
parent 1813666d0d
commit 59b07770e1
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -7,7 +7,7 @@ theme = "hugo-theme-bootstrap4-blog"
enableRobotsTXT = true
[permalinks]
post = "/:year/:month/:title/"
post = "/:year/:month/:slug/"
page = "/:slug/"
[params]