We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e7d18 commit 7f66cc5Copy full SHA for 7f66cc5
pelicanconf.py
@@ -18,7 +18,7 @@
18
INDEX_SAVE_AS = 'blog/index.html'
19
20
ARTICLE_URL = '{date:%Y}/{date:%m}/{slug}'
21
-ARTICLE_SAVE_AS = 'blog/{date:%Y}/{date:%m}/{slug}.html'
+ARTICLE_SAVE_AS = '{date:%Y}/{date:%m}/{slug}.html'
22
23
#ARTICLE_URL = '{slug}/'
24
#ARTICLE_SAVE_AS = '{slug}/index.html'
publishconf.py
0 commit comments