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/simple/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'searx/templates/simple/base.html') diff --git a/searx/templates/simple/base.html b/searx/templates/simple/base.html index 2318f6bfc..a7255e672 100644 --- a/searx/templates/simple/base.html +++ b/searx/templates/simple/base.html @@ -54,8 +54,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