Skip to content

Commit 7f66cc5

Browse files
committed
Blog upgrade
1 parent b0e7d18 commit 7f66cc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pelicanconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
INDEX_SAVE_AS = 'blog/index.html'
1919

2020
ARTICLE_URL = '{date:%Y}/{date:%m}/{slug}'
21-
ARTICLE_SAVE_AS = 'blog/{date:%Y}/{date:%m}/{slug}.html'
21+
ARTICLE_SAVE_AS = '{date:%Y}/{date:%m}/{slug}.html'
2222

2323
#ARTICLE_URL = '{slug}/'
2424
#ARTICLE_SAVE_AS = '{slug}/index.html'

publishconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
INDEX_SAVE_AS = 'blog/index.html'
1919

2020
ARTICLE_URL = '{date:%Y}/{date:%m}/{slug}'
21-
ARTICLE_SAVE_AS = 'blog/{date:%Y}/{date:%m}/{slug}.html'
21+
ARTICLE_SAVE_AS = '{date:%Y}/{date:%m}/{slug}.html'
2222

2323
#ARTICLE_URL = '{slug}/'
2424
#ARTICLE_SAVE_AS = '{slug}/index.html'

0 commit comments

Comments
 (0)