diff options
author | asciimoo <asciimoo@gmail.com> | 2013-10-22 21:31:56 +0200 |
---|---|---|
committer | asciimoo <asciimoo@gmail.com> | 2013-10-22 21:31:56 +0200 |
commit | 650d57fba74c9b6f77241490ba8cda824173602d (patch) | |
tree | bdec107e35554318c291bf2c792aee97791a5e8e /searx/templates | |
parent | 831add33f07339701c0851c8a3591a438ec33033 (diff) | |
download | searxng-650d57fba74c9b6f77241490ba8cda824173602d.tar.gz searxng-650d57fba74c9b6f77241490ba8cda824173602d.zip |
[enh] about page update
Diffstat (limited to 'searx/templates')
-rw-r--r-- | searx/templates/about.html | 2 | ||||
-rw-r--r-- | searx/templates/index.html | 2 |
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 %} |