Corrects path of favicon and some other things which now I don't
remember
This commit is contained in:
parent
0d15b313e5
commit
635b580d2e
1 changed files with 3 additions and 1 deletions
|
@ -28,6 +28,7 @@ LINKS = None
|
||||||
# Social widget
|
# Social widget
|
||||||
SOCIAL = None
|
SOCIAL = None
|
||||||
DEFAULT_PAGINATION = 10
|
DEFAULT_PAGINATION = 10
|
||||||
|
USE_OPEN_GRAPH = False #'COL CAZZO'
|
||||||
|
|
||||||
# Uncomment following line if you want document-relative URLs when developing
|
# Uncomment following line if you want document-relative URLs when developing
|
||||||
# RELATIVE_URLS = True
|
# RELATIVE_URLS = True
|
||||||
|
@ -48,7 +49,8 @@ FONT_URL = 'https://fontlibrary.org/face/anka-coder-narrow'
|
||||||
# Custom css by dieco.
|
# Custom css by dieco.
|
||||||
CUSTOM_CSS = 'theme/css/main.css' #'static/main.css'
|
CUSTOM_CSS = 'theme/css/main.css' #'static/main.css'
|
||||||
EXTRA_PATH_METADATA = {
|
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
|
# Confs relative to the theme nest
|
||||||
|
|
Loading…
Reference in a new issue