Skip to content

Commit 46924b8

Browse files
Update pelicanconf.py
1 parent 0f89db9 commit 46924b8

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
@@ -26,7 +26,7 @@
2626
CATEGORY_SAVE_AS = "category/{slug}/index.html"
2727
CATEGORIES_SAVE_AS = "category/index.html"
2828
INDEX_SAVE_AS = "news/index.html"
29-
PATH_METADATA = r"pages/(?P<prefix>([^/]+/)|)(?P<slug>.*)"
29+
PATH_METADATA = r"pages/(?P<prefix>([^/]+/)|)(?P<slug>.*)\.md"
3030
PAGE_URL = "{prefix}{slug}/"
3131
PAGE_SAVE_AS = "{prefix}{slug}/index.html"
3232
TAG_URL = "tag/{slug}/"

0 commit comments

Comments
 (0)