diff --git a/app/routes.py b/app/routes.py index c60d4ac..ed288c0 100644 --- a/app/routes.py +++ b/app/routes.py @@ -162,6 +162,7 @@ def search(): search_type=search_util.search_type, dark_mode=g.user_config.dark, response=response, + version_number=app.config['VERSION_NUMBER'], search_header=render_template( 'header.html', dark_mode=g.user_config.dark, diff --git a/app/templates/display.html b/app/templates/display.html index 94ebed2..bd18838 100644 --- a/app/templates/display.html +++ b/app/templates/display.html @@ -11,7 +11,13 @@ {{ query }} - Whoogle Search - {{ search_header|safe }} - {{ response|safe }} + {{ search_header|safe }} + {{ response|safe }} +