From 3e1a1a1cccebb0af60822356fa1f2ad4e3f94421 Mon Sep 17 00:00:00 2001 From: luxtiasco <79135227+luxtiasco@users.noreply.github.com> Date: Thu, 14 Apr 2022 12:04:13 +0800 Subject: [PATCH] Update base.html --- searx/templates/oscar/base.html | 2588 +------------------------------ 1 file changed, 6 insertions(+), 2582 deletions(-) diff --git a/searx/templates/oscar/base.html b/searx/templates/oscar/base.html index dadd09682..9c097a7c5 100644 --- a/searx/templates/oscar/base.html +++ b/searx/templates/oscar/base.html @@ -3,13 +3,14 @@ - - - + + + {% block meta %}{% endblock %} {% block title %}{% endblock %}{{ instance_name }} + {% if preferences.get_value('oscar-style') -%} {{' '}} @@ -82,7 +83,7 @@ {% endblock %}

- {{ _('Powered by') }} MAGI - {{ searx_version }} - {{ _('a privacy-respecting, hackable metasearch engine') }}
+ {{ _('Powered by') }} Search - {{ searx_version }}, previously codenamed MAGI - {{ _('a privacy-respecting, hackable metasearch engine') }}

@@ -105,2583 +106,6 @@ .glyphicon { display: none; } - +