Skip to content

Commit f40b96e

Browse files
committed
refact: 비슷한데 달라서 되돌리다
- 뭔가 다른 방법으로 만들어야할듯.
1 parent f9e8ce5 commit f40b96e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pelicanconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
AUTHOR_FEED_RSS = None
3131

3232
ARTICLE_PATHS = ["blog"]
33-
ARTICLE_URL = "{date:%Y}/{date:%m}/{date:%d}/{slug}"
33+
ARTICLE_URL = "{date:%Y}/{date:%m}/{date:%d}/{slug}/"
3434
ARTICLE_SAVE_AS = "{date:%Y}/{date:%m}/{date:%d}/{slug}/index.html"
3535

3636
PAGE_PATHS = ["pages"]

0 commit comments

Comments
 (0)