From 442e7e209d54fd4d52223a3c267fd9226a7138bc Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 7 Apr 2016 23:49:24 +0200 Subject: pelicanconf.py: Ommit .html from internal linking to all posts. --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pelicanconf.py') diff --git a/pelicanconf.py b/pelicanconf.py index 1d8c2a6..61915cd 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -4,7 +4,7 @@ from __future__ import unicode_literals ARTICLE_PATHS = ['blog'] ARTICLE_SAVE_AS = '{date:%Y}/{slug}.html' -ARTICLE_URL = '{date:%Y}/{slug}.html' +ARTICLE_URL = '{date:%Y}/{slug}/' AUTHOR = 'David Runge' AUTHOR_FEED_ATOM = None AUTHOR_FEED_RSS = None -- cgit v1.2.3-54-g00ecf