mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix custom css file not being included
This commit is contained in:
parent
a4c89efcb0
commit
5a96856d68
@ -148,6 +148,7 @@ html_favicon = '../icons/favicon.ico'
|
|||||||
# relative to this directory. They are copied after the built-in static files,
|
# relative to this directory. They are copied after the built-in static files,
|
||||||
# so a file named "default.css" will overwrite the built-in "default.css".
|
# so a file named "default.css" will overwrite the built-in "default.css".
|
||||||
html_static_path = ['resources', '../icons/favicon.ico']
|
html_static_path = ['resources', '../icons/favicon.ico']
|
||||||
|
html_css_files = ['custom.css']
|
||||||
|
|
||||||
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
|
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
|
||||||
# using the given strftime format.
|
# using the given strftime format.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user