0x000000 png and jpgs

This commit is contained in:
Julien Palard 2018-05-04 22:52:42 +02:00
parent 9afb7e2369
commit fcf8361baf
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ DEFAULT_PAGINATION = 10
THEME = 'theme'
THEME_STATIC_DIR = 'theme'
ARTICLE_URL = '{category}/{slug}.html'
STATIC_PATHS = ['images']
STATIC_PATHS = ['images', '0x000000/gif', '0x000000/jpg']
ARTICLE_SAVE_AS = '{category}/{slug}.html'
CATEGORY_URL = '{slug}/'
CATEGORY_SAVE_AS = '{slug}/index.html'