1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

Merge branch 'new-ui-work' of github.com:webrecorder/pywb into new-ui-work

This commit is contained in:
Ivan Velev 2021-09-21 00:13:53 -07:00
commit 60675f81a0
2 changed files with 4 additions and 2 deletions

View File

@ -19,6 +19,8 @@ enable_memento: true
# Replay content in an iframe
framed_replay: true
redirect_to_exact: true
# uncomment and change to set default locale
# default_locale: en

View File

@ -17,9 +17,9 @@ window.banner_info = {
locales: {{ locales }},
locale_prefixes: {{ get_locale_prefixes() | tojson }},
prefix: "{{ wb_prefix }}",
staticPrefix: "{{ static_prefix }}"
staticPrefix: "{{ static_prefix }}",
logo: "{{ ui['logo'] }}"
logo: "{{ ui.logo }}"
};
</script>