From 289c9e0b076e8631347ab096755502d7583bb9ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luiz=20F=2E=20A=2E=20de=20Pr=C3=A1?= Date: Thu, 8 Mar 2018 17:11:35 -0300 Subject: [PATCH] Fix permalinks --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index eba4df5..e6d21b4 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -13,7 +13,7 @@ pygmentscodefences = true pygmentscodefencesguesssyntax = true [permalinks] - post = "posts/:title/" + posts = "posts/:title/" default = ":title/" [params]