Add keyboard and DF text styles

This commit is contained in:
PeridexisErrant 2015-09-27 23:45:05 +10:00
parent f648e25cfc
commit d4763d3054
3 changed files with 39 additions and 2 deletions

View file

@ -32,7 +32,7 @@ extensions = [
]
# Add any paths that contain templates here, relative to this directory.
templates_path = []
templates_path = ['misc/_templates']
# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
@ -143,7 +143,7 @@ html_favicon = 'misc/df-icon.ico'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = []
html_static_path = ['misc/_static']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.