Update base.html

This commit is contained in:
Joseph Cheung 2023-02-26 09:32:30 +08:00
parent d1be68c6f1
commit ae27eec00d

View file

@ -59,9 +59,9 @@
{% block content %}
{% endblock %}
</main>
<footer>
<!-- <footer>
<p>
Search - Previous codenamed MAGI. A Longin.us Service
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>
@ -75,8 +75,8 @@
{% if get_setting('general.contact_url') %}
| <a href="{{ get_setting('general.contact_url') }}">{{ _('Contact instance maintainer') }}</a>
{% endif %} -->
</p>
</footer>
<!-- </p>
</footer> -->
<!--[if gte IE 9]>-->
<script src="{{ url_for('static', filename='js/magi.min.js') }}"></script>
<!--<![endif]-->