don't assume all styles are in the static directory
this is to make room for a second, instance-configured spot for them
This commit is contained in:
@@ -51,9 +51,9 @@ class Config(object):
|
||||
|
||||
# customizations
|
||||
PAGE_STYLES = {
|
||||
'dark': 'css/dark.css',
|
||||
'light': 'css/light.css',
|
||||
'plain': 'css/plain.css',
|
||||
'dark': '/static/css/dark.css',
|
||||
'light': '/static/css/light.css',
|
||||
'plain': '/static/css/plain.css',
|
||||
}
|
||||
|
||||
DEFAULT_PAGE_STYLE = 'light'
|
||||
|
||||
Reference in New Issue
Block a user