From a2fa1d5a5273566f9d936e0b8eb36a4f5e4e09d0 Mon Sep 17 00:00:00 2001 From: "M. Taylor Saotome-Westlake" Date: Mon, 2 Jan 2017 20:26:04 -0800 Subject: [PATCH] slashy archives --- pelicanconf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pelicanconf.py b/pelicanconf.py index 1667b97..05b937d 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -46,6 +46,8 @@ PAGE_URL = '{slug}/' PAGE_SAVE_AS = '{slug}/index.html' AUTHOR_URL = 'author/{slug}/' AUTHOR_SAVE_AS = 'author/{slug}/index.html' +ARCHIVES_URL = 'archives' +ARCHIVES_SAVE_AS = 'archives/index.html' PAGINATION_PATTERNS = ( (1, '{base_name}/', '{base_name}/index.html'), -- 2.17.1