|
@@ -87,7 +87,14 @@
|
87
|
87
|
<div class="container">
|
88
|
88
|
{% block footer %}
|
89
|
89
|
{% endblock %}
|
90
|
|
- <p class="text-muted"><small>{{ _('Powered by') }} <a href="https://asciimoo.github.io/searx/">searx</a> - {{ searx_version }} - {{ _('a privacy-respecting, hackable metasearch engine') }}</small></p>
|
|
90
|
+ <p class="text-muted">
|
|
91
|
+ <small>
|
|
92
|
+ {{ _('Powered by') }} <a href="https://asciimoo.github.io/searx/">searx</a> - {{ searx_version }} - {{ _('a privacy-respecting, hackable metasearch engine') }}<br/>
|
|
93
|
+ <a href="https://github.com/asciimoo/searx">{{ _('Source code') }}</a> |
|
|
94
|
+ <a href="https://github.com/asciimoo/searx/issues">{{ _('Issue tracker') }}</a> |
|
|
95
|
+ <a href="https://github.com/asciimoo/searx/wiki/Searx-instances">{{ _('Public instances') }}</a>
|
|
96
|
+ </small>
|
|
97
|
+ </p>
|
91
|
98
|
</div>
|
92
|
99
|
</div>
|
93
|
100
|
<script src="{{ url_for('static', filename='js/jquery-1.11.1.min.js') }}"></script>
|