Skip to content

Commit dd53b68

Browse files
committed
Tweak
1 parent 684373b commit dd53b68

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pelicanconf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@
1212
ARTICLE_URL = "news/{date:%Y}/{slug}/"
1313
ARTICLE_SAVE_AS = "news/{date:%Y}/{slug}/index.html"
1414
AUTHOR_URL = "author/{slug}/"
15+
AUTHOR_SAVE_AS = "author/{slug}/index.html"
1516
CATEGORY_URL = "category/{slug}/"
17+
CATEGORY_SAVE_AS = "category/{slug}/index.html"
1618
PAGE_URL = "{slug}/"
1719
PAGE_SAVE_AS = "{slug}/index.html"
1820
TAG_URL = "tag/{slug}/"
21+
TAG_SAVE_AS = "tag/{slug}/index.html"
1922
YEAR_ARCHIVE_SAVE_AS = "news/{date:%Y}/index.html"
2023
YEAR_ARCHIVE_URL = "news/{date:%Y}/"
2124

0 commit comments

Comments
 (0)