diff --git a/searx/templates/courgette/result_templates/default.html b/searx/templates/courgette/result_templates/default.html index 734f9066c..5a8a78198 100644 --- a/searx/templates/courgette/result_templates/default.html +++ b/searx/templates/courgette/result_templates/default.html @@ -1,7 +1,7 @@
- + original context
{{ result.publishedDate }}
{% endif %} - +{{ result.url }}
-{{ infobox.entity }}
{{ infobox.content | safe }}
{% if infobox.attributes %} @@ -42,3 +42,4 @@{{ result.pretty_url }} cached
{% if result.publishedDate %}{{ result.publishedDate }}
{% endif %}{% if result.img_src %}{% endif %}{% if result.content %}{{ result.content|safe }}
{% endif %}
- + original context
{{ result.content|safe }}
{% endif %} -Seed: {{ result.seed }}, Leech: {{ result.leech }}
-{{ result.pretty_url }}
+ {% if result.content %}{{ result.content|safe }}
{% endif %} +magnet link - Seed: {{ result.seed }}, Leech: {{ result.leech }}
-
{{ result.publishedDate }}
{% endif %} - +{{ result.url }}
-