From 26417cc670381407fff216eae8fad40b4b2d8919 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sat, 25 Mar 2017 17:00:36 +0100 Subject: [PATCH] Keep original URLs for old-posts --- blog/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/blog/config.toml b/blog/config.toml index 5c88a84b..75f944ef 100644 --- a/blog/config.toml +++ b/blog/config.toml @@ -21,6 +21,7 @@ disableKinds = ["section", "taxonomy", "taxonomyTerm"] [permalinks] post = "/:slug.html" + old-posts = "/:slug.html" additional-resource = "/:filename.html" page = "/:filename.html"