Skip to content

Commit fc5884a

Browse files
Update pelicanconf.py
1 parent 4907547 commit fc5884a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pelicanconf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ def sponsors(preprocessor: Preprocessor, tag: str, markup: str) -> str:
6969
CATEGORY_URL = None
7070
CATEGORY_SAVE_AS = None
7171
CATEGORIES_SAVE_AS = None
72-
DEFAULT_CATEGORY = ""
7372
# Index is the news listing. We move it in order to have our index.md file as the home page.
7473
INDEX_SAVE_AS = "news/index.html"
7574
# Pages we use prefix in order to split the menu between projects and general links.
@@ -81,7 +80,6 @@ def sponsors(preprocessor: Preprocessor, tag: str, markup: str) -> str:
8180
TAG_URL = "category/{slug}/"
8281
TAG_SAVE_AS = "category/{slug}/index.html"
8382
TAGS_SAVE_AS = "category/index.html"
84-
USE_FOLDER_AS_CATEGORY = False
8583
YEAR_ARCHIVE_SAVE_AS = "news/{date:%Y}/index.html"
8684
YEAR_ARCHIVE_URL = "news/{date:%Y}/"
8785

0 commit comments

Comments
 (0)