mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-07 20:04:35 +00:00
docs: add missing html_css_files entry
Signed-off-by: Hannes Duerr <h.duerr@proxmox.com>
This commit is contained in:
parent
b57d3a928f
commit
99bc0ff3a1
@ -265,6 +265,9 @@ html_static_path = ['_static']
|
|||||||
html_js_files = [
|
html_js_files = [
|
||||||
'custom.js',
|
'custom.js',
|
||||||
]
|
]
|
||||||
|
html_css_files = [
|
||||||
|
'custom.css',
|
||||||
|
]
|
||||||
|
|
||||||
# Add any extra paths that contain custom files (such as robots.txt or
|
# Add any extra paths that contain custom files (such as robots.txt or
|
||||||
# .htaccess) here, relative to this directory. These files are copied
|
# .htaccess) here, relative to this directory. These files are copied
|
||||||
|
Loading…
Reference in New Issue
Block a user