mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-22 22:32:19 +01:00
wrapping previous WbResponse overhaul yaml config to be much simpler, move best resolver and best index reader to respective classes add config_utils for sharing config, standard non-yaml config provides defaults for testing fix bug in query.html
9 lines
236 B
HTML
9 lines
236 B
HTML
<!-- WB Insert -->
|
|
<script>
|
|
wbinfo = {}
|
|
wbinfo.capture_str = "{{ cdx['timestamp'] | format_ts }}";
|
|
</script>
|
|
<script src='{{ static_path }}wb.js'> </script>
|
|
<link rel='stylesheet' href='{{ static_path }}wb.css'/>
|
|
<!-- End WB Insert -->
|