From 08eaffe245303818069df3332eece11f41a0bd8e Mon Sep 17 00:00:00 2001 From: Matej Cotman Date: Thu, 24 Apr 2014 23:46:40 +0000 Subject: add multi theming support --- searx/templates/result_templates/videos.html | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 searx/templates/result_templates/videos.html (limited to 'searx/templates/result_templates/videos.html') diff --git a/searx/templates/result_templates/videos.html b/searx/templates/result_templates/videos.html deleted file mode 100644 index ab869a6eb..000000000 --- a/searx/templates/result_templates/videos.html +++ /dev/null @@ -1,12 +0,0 @@ -
- {% if result['favicon'] %} - - {% endif %} - -

-

{{ result.title|safe }}

- {% if result.publishedDate %}

{{ result.publishedDate }}

{% endif %} -  {{ result.title }} -

{{ result.url }}

-

-
-- cgit v1.2.3