Remove darkmode selector

This commit is contained in:
2021-05-30 05:08:37 +00:00
parent 5bcad7eb77
commit b5b9e68df0
5 changed files with 13 additions and 129 deletions

View File

@@ -54,10 +54,10 @@ AUTHORS_SAVE_AS = ''
CATEGORIES_SAVE_AS = ''
TAGS_SAVE_AS = ''
INDEX_SAVE_AS = 'index.php'
INDEX_SAVE_AS = 'index.html'
ARTICLE_URL = '{slug}/'
ARTICLE_SAVE_AS = '{slug}/index.php'
ARTICLE_SAVE_AS = '{slug}/index.html'
PAGE_URL = '{slug}/'
PAGE_SAVE_AS = '{slug}/index.php'
PAGE_SAVE_AS = '{slug}/index.html'
PROD = True