From 9d6d5f21c00411c69c2e32c809cf78aac5683402 Mon Sep 17 00:00:00 2001 From: Sean Boots Date: Sun, 27 Oct 2019 12:37:34 -0700 Subject: [PATCH] Update config.toml Small fix to correctly set the posts permalink setting --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 99e5024..6443e72 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -12,7 +12,7 @@ paginate = 5 #disqusShortname = "XYW" [permalinks] - post = "/:year/:month/:title/" + posts = "/:year/:month/:title/" page = "/:slug/" [[menu.sidebar]]