This commit is contained in:
Joseph Cheung 2023-02-26 10:05:05 +08:00
parent a371d247e9
commit f5b38e694c
2 changed files with 1 additions and 30 deletions

View file

@ -59,24 +59,6 @@
{% block content %}
{% endblock %}
</main>
<!-- <footer>
<p>
Search - Previous codenamed MAGI. A Longin.us Service -->
<!-- {{ _('Powered by') }} <a href="{{ url_for('info', pagename='about') }}">Search</a> - {{ searx_version }} — {{ _('a privacy-respecting, open metasearch engine') }}<br/>
<a href="{{ searx_git_url }}">{{ _('Source code') }}</a>
| <a href="{{ get_setting('brand.issue_url') }}">{{ _('Issue tracker') }}</a>
{% if enable_metrics %}| <a href="{{ url_for('stats') }}">{{ _('Engine stats') }}</a>{% endif %}
{% 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 %}
{% if get_setting('general.contact_url') %}
| <a href="{{ get_setting('general.contact_url') }}">{{ _('Contact instance maintainer') }}</a>
{% endif %} -->
<!-- </p>
</footer> -->
<!--[if gte IE 9]>-->
<script src="{{ url_for('static', filename='js/magi.min.js') }}"></script>
<!--<![endif]-->