mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
fix typo
This commit is contained in:
parent
044e21b182
commit
7f23398e6f
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user