# would have / prepended twice, so removing it from the settings.
if True:
STATIC_URL = '{path}'
- PAGE_URL = '{slug}'
+ PAGE_URL = '{slug}/'
ARTICLE_URL = '{category}/{slug}/'
AUTHOR_URL = 'author/{slug}/'
CATEGORY_URL = '{slug}/'
CSS_FILES = ['https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600&subset=latin-ext',
'http://mcss.mosra.cz/static/m-dark.compiled.css']
-
-PAGE_URL = 'http://mcss.mosra.cz/{slug}/'
-ARTICLE_URL = 'http://mcss.mosra.cz/{category}/{slug}/'