Skip to content

Commit a6dacef

Browse files
Update pelicanconf.py
1 parent f4b310f commit a6dacef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pelicanconf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ def sponsors(preprocessor: Preprocessor, tag: str, markup: str) -> str:
7272
PATH_METADATA = r"(pages/(?P<prefix>([^/]+/)|))|(news/(?P<tags>[^/]+)/(?P<date>\d{4}-\d{2}-\d{2})_)(?P<slug>.*)\.md"
7373
PAGE_URL = "{prefix}{slug}/"
7474
PAGE_SAVE_AS = "{prefix}{slug}/index.html"
75-
TAG_URL = "tag/{slug}/"
76-
TAG_SAVE_AS = "tag/{slug}/index.html"
77-
TAGS_SAVE_AS = "tag/index.html"
75+
TAG_URL = "category/{slug}/"
76+
TAG_SAVE_AS = "category/{slug}/index.html"
77+
TAGS_SAVE_AS = "category/index.html"
7878
YEAR_ARCHIVE_SAVE_AS = "news/{date:%Y}/index.html"
7979
YEAR_ARCHIVE_URL = "news/{date:%Y}/"
8080

0 commit comments

Comments
 (0)