From aa3d53f800b220b865aa6ce4709a700d81f651c3 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Mon, 25 Apr 2016 23:07:03 +0200 Subject: [PATCH] Use slug instead of filename --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 39f3b756..17e8ad63 100644 --- a/config.toml +++ b/config.toml @@ -20,7 +20,7 @@ contentdir = "../blog" date_format = "Jan 2, 2006" [permalinks] - post = "/:filename.html" + post = "/:slug.html" [blackfriday] plainIDAnchors = true