chiark / gitweb /
site: huh.
authorVladimír Vondruš <mosra@centrum.cz>
Thu, 2 Nov 2017 19:44:38 +0000 (20:44 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Thu, 2 Nov 2017 19:52:51 +0000 (20:52 +0100)
site/pelicanconf.py

index 1b11e12a8131865b2b2ce8c7b437f5f097552691..625bf62812d6e6bc64f371a76be7d9c92f246c06 100644 (file)
@@ -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'