summaryrefslogtreecommitdiff
path: root/searx/templates
diff options
context:
space:
mode:
Diffstat (limited to 'searx/templates')
-rw-r--r--searx/templates/about.html2
-rw-r--r--searx/templates/index.html2
2 files changed, 3 insertions, 1 deletions
diff --git a/searx/templates/about.html b/searx/templates/about.html
index af5f85418..5ebb98be0 100644
--- a/searx/templates/about.html
+++ b/searx/templates/about.html
@@ -20,6 +20,8 @@
</ul>
{% endfor %}
+<h2><a href="https://github.com/asciimoo/searx/wiki/Searx-instances">Running instances</a></h2>
+
<h2>FAQ</h2>
<h3>Trust</h3>
<p>It's ok if you don't trust us regarding the logs, <a href="https://github.com/asciimoo/searx">take the code</a> and run it yourself for your friends! decentralize!</p>
diff --git a/searx/templates/index.html b/searx/templates/index.html
index ce0ff8e44..8da2ef942 100644
--- a/searx/templates/index.html
+++ b/searx/templates/index.html
@@ -5,7 +5,7 @@
<h1 class="title">searx</h1>
{% include 'search.html' %}
<p class="top_margin">
- <a href="/about">about</a>
+ <a href="/about" class="hmarg">about</a>
</p>
</div>
{% endblock %}