diff options
Diffstat (limited to 'searx/templates/result_templates/default.html')
| -rw-r--r-- | searx/templates/result_templates/default.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/searx/templates/result_templates/default.html b/searx/templates/result_templates/default.html deleted file mode 100644 index e0711b761..000000000 --- a/searx/templates/result_templates/default.html +++ /dev/null @@ -1,13 +0,0 @@ -<div class="result {{ result.class }}"> - - {% if result['favicon'] %} - <img width="14" height="14" class="favicon" src="static/img/icon_{{result['favicon']}}.ico" /> - {% endif %} - - <div> - <h3 class="result_title"><a href="{{ result.url }}">{{ result.title|safe }}</a></h3> - {% if result.publishedDate %}<p class="published_date">{{ result.publishedDate }}</p>{% endif %} - <p class="content">{% if result.content %}{{ result.content|safe }}<br />{% endif %}</p> - <p class="url">{{ result.pretty_url }}</p> - </div> -</div> |