diff --git a/config.toml b/config.toml index 376af68..e417a98 100644 --- a/config.toml +++ b/config.toml @@ -4,6 +4,9 @@ title = "ally" theme= "ally" paginatePath = "" +[permalinks] + news = "/:year/:month/:day/:slug/" + [taxonomies] tag = "tags" category = "categories"