Corrects path of favicon and some other things which now I don't

remember
This commit is contained in:
Giuliano Peraz 2016-05-20 23:17:29 +02:00 committed by sValo
parent 0d15b313e5
commit 635b580d2e

View file

@ -28,6 +28,7 @@ LINKS = None
# Social widget
SOCIAL = None
DEFAULT_PAGINATION = 10
USE_OPEN_GRAPH = False #'COL CAZZO'
# Uncomment following line if you want document-relative URLs when developing
# RELATIVE_URLS = True
@ -48,7 +49,8 @@ FONT_URL = 'https://fontlibrary.org/face/anka-coder-narrow'
# Custom css by dieco.
CUSTOM_CSS = 'theme/css/main.css' #'static/main.css'
EXTRA_PATH_METADATA = {
'extra/main.css': {'path': 'theme/css/main.css', }
'extra/main.css': {'path': 'theme/css/main.css' },
'extra/favicon.png': {'path': 'images/favicon.png'}
}
# Confs relative to the theme nest