From 7f23398e6f350a126eba09cc056ad1629e84b3f2 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Mon, 20 Sep 2021 22:02:21 -0700 Subject: [PATCH] fix typo --- config.yaml | 2 ++ pywb/templates/banner.html | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index a93dd839..3ce8bc7e 100644 --- a/config.yaml +++ b/config.yaml @@ -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 diff --git a/pywb/templates/banner.html b/pywb/templates/banner.html index ceb8ed3e..c3892b44 100644 --- a/pywb/templates/banner.html +++ b/pywb/templates/banner.html @@ -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 }}" };