Skip to content

Commit f9e8ce5

Browse files
committed
feat: ARTICLE_URL 변수를 수정하다
- 마지막에 `/`가 있어서 rss.xml에서 문제가 있는것같아서 수정함.
1 parent 49d259f commit f9e8ce5

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)