summaryrefslogtreecommitdiff
path: root/searx/templates
diff options
context:
space:
mode:
Diffstat (limited to 'searx/templates')
-rw-r--r--searx/templates/simple/base.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/searx/templates/simple/base.html b/searx/templates/simple/base.html
index b9867c42f..d1d3d8fe5 100644
--- a/searx/templates/simple/base.html
+++ b/searx/templates/simple/base.html
@@ -64,8 +64,10 @@
{{ _('Powered by') }} <a href="{{ url_for('info', pagename='about') }}">searxng</a> - {{ searx_version }} — {{ _('a privacy-respecting, hackable metasearch engine') }}<br/>
<a href="{{ searx_git_url }}">{{ _('Source code') }}</a> |
<a href="{{ get_setting('brand.issue_url') }}">{{ _('Issue tracker') }}</a> |
- <a href="{{ url_for('stats') }}">{{ _('Engine stats') }}</a> |
- <a href="{{ get_setting('brand.public_instances') }}">{{ _('Public instances') }}</a>
+ <a href="{{ url_for('stats') }}">{{ _('Engine stats') }}</a>
+ {% if get_setting('brand.public_instances') %}
+ | <a href="{{ get_setting('brand.public_instances') }}">{{ _('Public instances') }}</a>
+ {% endif %}
{% if get_setting('general.privacypolicy_url') %}
| <a href="{{ get_setting('general.privacypolicy_url') }}">{{ _('Privacy policy') }}</a>
{% endif %}