mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Directly inject standard css + custom css and js
This commit is contained in:
parent
b43d03feb5
commit
3af3c2b779
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Insert YunoHost panel
|
# Insert YunoHost panel
|
||||||
sub_filter </head> '<script type="text/javascript" src="/ynhpanel.js"></script></head>';
|
sub_filter </head> '<script type="text/javascript" src="/ynhpanel.js"></script><link type="text/css" rel="stylesheet" href="/ynhpanel.css"></link><script type="text/javascript" src="/ynhtheme/custom.js"></script><link type="text/css" rel="stylesheet" href="/ynhtheme/custom.css"></link></head>';
|
||||||
sub_filter_once on;
|
sub_filter_once on;
|
||||||
# Apply to other mime types than text/html
|
# Apply to other mime types than text/html
|
||||||
sub_filter_types application/xhtml+xml;
|
sub_filter_types application/xhtml+xml;
|
||||||
|
|
Loading…
Add table
Reference in a new issue