diff --git a/Makefile b/Makefile index 8a4a38e1..ff3bc225 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ export GIT_URL=https://github.com/searx/searx export GIT_BRANCH=master export SEARX_URL=https://searx.me export DOCS_URL=https://searx.github.io/searx -export CONTACT_URL=mailto:contact@example.com +# export CONTACT_URL=mailto:contact@example.com # END Makefile setup include utils/makefile.include diff --git a/searx/templates/oscar/base.html b/searx/templates/oscar/base.html index c8f390d3..2205eb95 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 %}

diff --git a/searx/templates/simple/base.html b/searx/templates/simple/base.html index 2318f6bf..a7255e67 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 %}