We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e8ce5 commit f40b96eCopy full SHA for f40b96e
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