mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Update base.html
This commit is contained in:
parent
d1be68c6f1
commit
ae27eec00d
1 changed files with 4 additions and 4 deletions
|
@ -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]-->
|
||||
|
|
Loading…
Add table
Reference in a new issue