Skip to content

Commit df09abe

Browse files
committed
Tweak
1 parent dd53b68 commit df09abe

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
@@ -13,12 +13,15 @@
1313
ARTICLE_SAVE_AS = "news/{date:%Y}/{slug}/index.html"
1414
AUTHOR_URL = "author/{slug}/"
1515
AUTHOR_SAVE_AS = "author/{slug}/index.html"
16+
AUTHORS_SAVE_AS = "author/index.html"
1617
CATEGORY_URL = "category/{slug}/"
1718
CATEGORY_SAVE_AS = "category/{slug}/index.html"
19+
CATEGORIES_SAVE_AS = "category/index.html"
1820
PAGE_URL = "{slug}/"
1921
PAGE_SAVE_AS = "{slug}/index.html"
2022
TAG_URL = "tag/{slug}/"
2123
TAG_SAVE_AS = "tag/{slug}/index.html"
24+
TAGS_SAVE_AS = "tag/index.html"
2225
YEAR_ARCHIVE_SAVE_AS = "news/{date:%Y}/index.html"
2326
YEAR_ARCHIVE_URL = "news/{date:%Y}/"
2427

0 commit comments

Comments
 (0)