Use slug instead of filename

This commit is contained in:
Philipp Oppermann
2016-04-25 23:07:03 +02:00
parent fc3d445c3f
commit aa3d53f800

View File

@@ -20,7 +20,7 @@ contentdir = "../blog"
date_format = "Jan 2, 2006"
[permalinks]
post = "/:filename.html"
post = "/:slug.html"
[blackfriday]
plainIDAnchors = true