mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-24 06:59:52 +01:00
Merge branch 'new-ui-work' of github.com:webrecorder/pywb into new-ui-work
This commit is contained in:
commit
60675f81a0
@ -19,6 +19,8 @@ enable_memento: true
|
|||||||
# Replay content in an iframe
|
# Replay content in an iframe
|
||||||
framed_replay: true
|
framed_replay: true
|
||||||
|
|
||||||
|
redirect_to_exact: true
|
||||||
|
|
||||||
|
|
||||||
# uncomment and change to set default locale
|
# uncomment and change to set default locale
|
||||||
# default_locale: en
|
# default_locale: en
|
||||||
|
@ -17,9 +17,9 @@ window.banner_info = {
|
|||||||
locales: {{ locales }},
|
locales: {{ locales }},
|
||||||
locale_prefixes: {{ get_locale_prefixes() | tojson }},
|
locale_prefixes: {{ get_locale_prefixes() | tojson }},
|
||||||
prefix: "{{ wb_prefix }}",
|
prefix: "{{ wb_prefix }}",
|
||||||
staticPrefix: "{{ static_prefix }}"
|
staticPrefix: "{{ static_prefix }}",
|
||||||
|
|
||||||
logo: "{{ ui['logo'] }}"
|
logo: "{{ ui.logo }}"
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user