1
0
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:
Ilya Kreymer 2014-10-18 12:40:02 -07:00
parent 4a1cc46fa3
commit 7f378c9aab
2 changed files with 2 additions and 2 deletions

View File

@ -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'/>

View File

@ -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>