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/index.html | |
| parent | 831add33f07339701c0851c8a3591a438ec33033 (diff) | |
[enh] about page update
Diffstat (limited to 'searx/templates/index.html')
| -rw-r--r-- | searx/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} |