|
@@ -53,7 +53,7 @@
|
53
|
53
|
</main>
|
54
|
54
|
<footer>
|
55
|
55
|
<p>
|
56
|
|
- {{ _('Powered by') }} <a href="https://asciimoo.github.io/searx/">searx</a> - {{ searx_version }} - {{ _('a privacy-respecting, hackable metasearch engine') }}<br/>
|
|
56
|
+ {{ _('Powered by') }} <a href="{{ url_for('about') }}">searx</a> - {{ searx_version }} - {{ _('a privacy-respecting, hackable metasearch engine') }}<br/>
|
57
|
57
|
<a href="https://github.com/asciimoo/searx">{{ _('Source code') }}</a> |
|
58
|
58
|
<a href="https://github.com/asciimoo/searx/issues">{{ _('Issue tracker') }}</a> |
|
59
|
59
|
<a href="https://github.com/asciimoo/searx/wiki/Searx-instances">{{ _('Public instances') }}</a>
|