From 025728a2b842d917628678a1ae5eaa5c419dd961 Mon Sep 17 00:00:00 2001 From: Madison Scott-Clary Date: Wed, 28 Aug 2019 18:01:22 -0700 Subject: [PATCH] Permalinks --- config.toml | 3 +++ 1 file changed, 3 insertions(+) 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"