mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +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 -->
|
||||
<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 %}
|
||||
|
||||
<link rel='stylesheet' href='{{ wbrequest.host_prefix }}/{{ static_path }}/wb.css'/>
|
||||
|
||||
<!-- load banner -->
|
||||
<script> if (_wb_js) { _wb_js.load(); }</script>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user