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"