mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-24 06:59:52 +01:00
move wb.css include into banner.html for easier overridability
This commit is contained in:
parent
4a1cc46fa3
commit
7f378c9aab
@ -1,2 +1,4 @@
|
|||||||
<!-- default banner, create through js -->
|
<!-- default banner, create through js -->
|
||||||
<script src='{{ wbrequest.host_prefix }}/{{ static_path }}/default_banner.js'> </script>
|
<script src='{{ wbrequest.host_prefix }}/{{ static_path }}/default_banner.js'> </script>
|
||||||
|
<link rel='stylesheet' href='{{ wbrequest.host_prefix }}/{{ static_path }}/wb.css'/>
|
||||||
|
|
||||||
|
@ -26,8 +26,6 @@
|
|||||||
|
|
||||||
{% include banner_html ignore missing %}
|
{% include banner_html ignore missing %}
|
||||||
|
|
||||||
<link rel='stylesheet' href='{{ wbrequest.host_prefix }}/{{ static_path }}/wb.css'/>
|
|
||||||
|
|
||||||
<!-- load banner -->
|
<!-- load banner -->
|
||||||
<script> if (_wb_js) { _wb_js.load(); }</script>
|
<script> if (_wb_js) { _wb_js.load(); }</script>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user