14
0
Fork 0

define slugify source

proposta-home
putro 2019-04-30 10:06:28 +02:00
commit 9881a5074f
1 arquivos alterados com 1 adições e 0 exclusões

Ver arquivo

@ -62,6 +62,7 @@ WITH_FUTURE_DATES = False
THEME = 'themes/minimunit'
SLUGIFY_SOURCE = 'title'
PAGE_URL = '{slug}/index.html'
PAGE_SAVE_AS = '{slug}/index.html'
ARTICLE_URL = 'blog/{slug}.html'