mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Merge branch 'featured_result'
This commit is contained in:
commit
d6b017efb5
5 changed files with 0 additions and 29 deletions
|
|
@ -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>
|
||||
|
|
@ -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'] %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue