From 14c7cc0e118f1d0873b32b34793cdec2c5c9c13e Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Fri, 18 Dec 2020 09:54:03 +0100 Subject: [mod] Makefile: make CONTACT_URL optional --- searx/templates/oscar/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'searx/templates/oscar/base.html') diff --git a/searx/templates/oscar/base.html b/searx/templates/oscar/base.html index c8f390d3a..2205eb952 100644 --- a/searx/templates/oscar/base.html +++ b/searx/templates/oscar/base.html @@ -88,8 +88,8 @@ {{ _('Powered by') }} searx - {{ searx_version }} - {{ _('a privacy-respecting, hackable metasearch engine') }}
{{ _('Source code') }} | {{ _('Issue tracker') }} | - {{ _('Public instances') }} | - {{ _('Contact instance maintainer') }} + {{ _('Public instances') }}{% if brand.CONTACT_URL %} | + {{ _('Contact instance maintainer') }}{% endif %}

-- cgit v1.2.3