diff options
| author | pw3t <romain@berthor.fr> | 2014-01-16 21:58:18 +0100 |
|---|---|---|
| committer | pw3t <romain@berthor.fr> | 2014-01-17 20:47:17 +0100 |
| commit | 380b440a55ba3b8ec1430843226fa6b4b0dfe289 (patch) | |
| tree | f3340cee144d5e15e45f30faff01851f25620cee /searx/templates | |
| parent | a62b94e21c4c521430fb3b37f4241adb1faee63c (diff) | |
[fix] replace the png icons by ico's, minor chnage in the html
Diffstat (limited to 'searx/templates')
| -rw-r--r-- | searx/templates/result_templates/featured_results.html | 10 | ||||
| -rw-r--r-- | searx/templates/results.html | 3 |
2 files changed, 0 insertions, 13 deletions
diff --git a/searx/templates/result_templates/featured_results.html b/searx/templates/result_templates/featured_results.html deleted file mode 100644 index 4aeddfe24..000000000 --- a/searx/templates/result_templates/featured_results.html +++ /dev/null @@ -1,10 +0,0 @@ -<div id="fr"> - {% for result in featured_results %} - - {% if result['template'] %} - {% include 'result_templates/'+result['template'] %} - {% else %} - {% include 'result_templates/default.html' %} - {% endif %} - {% endfor %} -</div> diff --git a/searx/templates/results.html b/searx/templates/results.html index b35416ffa..be40900c3 100644 --- a/searx/templates/results.html +++ b/searx/templates/results.html @@ -14,9 +14,6 @@ <div id ="result_count"> Number of results: {{ number_of_results }} </div> - {% if featured_results %} - {% include 'result_templates/featured_results.html' %} - {% endif %} {% for result in results %} {% if result['template'] %} |