summaryrefslogtreecommitdiff
path: root/searx/brand.py
diff options
context:
space:
mode:
authorBBaoVanC <github@bbaovanc.com>2020-12-18 02:53:28 -0600
committerGitHub <noreply@github.com>2020-12-18 09:53:28 +0100
commit19fce74443b7183917ef67bfebf36432e0d1e1e8 (patch)
tree78d4e8f1e9b59e4ebe42c8f4316fd33d8a859907 /searx/brand.py
parent5c6a5407a0b124c3323e73c33b81ec1fbd7d2fce (diff)
downloadsearxng-19fce74443b7183917ef67bfebf36432e0d1e1e8.tar.gz
searxng-19fce74443b7183917ef67bfebf36432e0d1e1e8.zip
Add link to contact instance maintainer to footer of each page (#2391)
Diffstat (limited to 'searx/brand.py')
-rw-r--r--searx/brand.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/brand.py b/searx/brand.py
index d71c57db7..0eaaf0be3 100644
--- a/searx/brand.py
+++ b/searx/brand.py
@@ -4,3 +4,4 @@ ISSUE_URL = 'https://github.com/searx/searx/issues'
SEARX_URL = 'https://searx.me'
DOCS_URL = 'https://searx.github.io/searx'
PUBLIC_INSTANCES = 'https://searx.space'
+CONTACT_URL = 'mailto:contact@example.com'