summaryrefslogtreecommitdiff
path: root/searx/templates
diff options
context:
space:
mode:
authorasciimoo <asciimoo@gmail.com>2013-11-01 19:04:48 +0100
committerasciimoo <asciimoo@gmail.com>2013-11-01 19:04:48 +0100
commit94b824dc579a78c0a28ddc0e9c43c23904c03f57 (patch)
tree7c83a3dc30f3eda736e8daa7e0f05778415f2a83 /searx/templates
parentbb9dcf6e575be83ce1e68fb68ea63ae188ba30eb (diff)
[enh] ui mods
Diffstat (limited to 'searx/templates')
-rw-r--r--searx/templates/results.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/searx/templates/results.html b/searx/templates/results.html
index fc935c37d..40c20325c 100644
--- a/searx/templates/results.html
+++ b/searx/templates/results.html
@@ -1,13 +1,13 @@
{% extends "base.html" %}
{% block head %} {% endblock %}
{% block content %}
-<div class="right">
- <a href="/" title="searx" class="site_link">searx</a> | Number of results: {{ number_of_results }}
-</div>
<div class="small">
{% include 'search.html' %}
</div>
<div id="results">
+<div>
+ Number of results: {{ number_of_results }}
+</div>
{% for result in results %}
{% if result['template'] %}
{% include 'result_templates/'+result['template'] %}