diff --git a/Makefile b/Makefile
index 8a4a38e1c..ff3bc2252 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 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 %}