summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoémi Ványi <sitbackandwait@gmail.com>2017-12-08 21:37:22 +0100
committerNoémi Ványi <sitbackandwait@gmail.com>2017-12-12 22:02:23 +0100
commit4f4dcdf38ffacb761816d390aa0f33a1d51b433e (patch)
tree35f0c50bbe83dc7cc84548fcb7d6e7e6415e49ec
parent88f2c6dc96fea6c8fe31af14184ffa773c74cdb2 (diff)
downloadsearxng-4f4dcdf38ffacb761816d390aa0f33a1d51b433e.tar.gz
searxng-4f4dcdf38ffacb761816d390aa0f33a1d51b433e.zip
add links to footers of oscar and simple themes
Links: * Source code * Issue tracker * List of public instances Closes #1071
-rw-r--r--searx/templates/oscar/base.html9
-rw-r--r--searx/templates/simple/base.html7
2 files changed, 14 insertions, 2 deletions
diff --git a/searx/templates/oscar/base.html b/searx/templates/oscar/base.html
index e3afb1ff0..243e8b3d7 100644
--- a/searx/templates/oscar/base.html
+++ b/searx/templates/oscar/base.html
@@ -87,7 +87,14 @@
<div class="container">
{% block footer %}
{% endblock %}
- <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>
+ <p class="text-muted">
+ <small>
+ {{ _('Powered by') }} <a href="https://asciimoo.github.io/searx/">searx</a> - {{ searx_version }} - {{ _('a privacy-respecting, hackable metasearch engine') }}<br/>
+ <a href="https://github.com/asciimoo/searx">{{ _('Source code') }}</a> |
+ <a href="https://github.com/asciimoo/searx/issues">{{ _('Issue tracker') }}</a> |
+ <a href="https://github.com/asciimoo/searx/wiki/Searx-instances">{{ _('Public instances') }}</a>
+ </small>
+ </p>
</div>
</div>
<script src="{{ url_for('static', filename='js/jquery-1.11.1.min.js') }}"></script>
diff --git a/searx/templates/simple/base.html b/searx/templates/simple/base.html
index 0003f113e..cd485591f 100644
--- a/searx/templates/simple/base.html
+++ b/searx/templates/simple/base.html
@@ -52,7 +52,12 @@
{% endblock %}
</main>
<footer>
- <p>{{ _('Powered by') }} <a href="{{ url_for('about') }}">searx</a> - {{ searx_version }} - {{ _('a privacy-respecting, hackable metasearch engine') }}</p>
+ <p>
+ {{ _('Powered by') }} <a href="https://asciimoo.github.io/searx/">searx</a> - {{ searx_version }} - {{ _('a privacy-respecting, hackable metasearch engine') }}<br/>
+ <a href="https://github.com/asciimoo/searx">{{ _('Source code') }}</a> |
+ <a href="https://github.com/asciimoo/searx/issues">{{ _('Issue tracker') }}</a> |
+ <a href="https://github.com/asciimoo/searx/wiki/Searx-instances">{{ _('Public instances') }}</a>
+ </p>
</footer>
<!--[if gte IE 9]>-->
<script src="{{ url_for('static', filename='js/searx.min.js') }}" ></script>