We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d259f commit f9e8ce5Copy full SHA for f9e8ce5
1 file changed
pelicanconf.py
@@ -30,7 +30,7 @@
30
AUTHOR_FEED_RSS = None
31
32
ARTICLE_PATHS = ["blog"]
33
-ARTICLE_URL = "{date:%Y}/{date:%m}/{date:%d}/{slug}/"
+ARTICLE_URL = "{date:%Y}/{date:%m}/{date:%d}/{slug}"
34
ARTICLE_SAVE_AS = "{date:%Y}/{date:%m}/{date:%d}/{slug}/index.html"
35
36
PAGE_PATHS = ["pages"]
0 commit comments