From: Vladimír Vondruš Date: Thu, 2 Nov 2017 19:44:38 +0000 (+0100) Subject: site: huh. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=46dcbc0fbeb110c28bb8dd7ea1a15428a946fb20;p=blog.git site: huh. --- diff --git a/site/pelicanconf.py b/site/pelicanconf.py index 1b11e12a..625bf628 100644 --- a/site/pelicanconf.py +++ b/site/pelicanconf.py @@ -138,7 +138,7 @@ M_DOX_TAGFILES = [ DIRECT_TEMPLATES = [] -PAGE_URL = '/{slug}/' +PAGE_URL = '{slug}/' PAGE_SAVE_AS = '{slug}/index.html' ARTICLE_URL = '{category}/{slug}/' ARTICLE_SAVE_AS = '{category}/{slug}/index.html'