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/index.html | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 searx/templates/index.html (limited to 'searx/templates/index.html') diff --git a/searx/templates/index.html b/searx/templates/index.html deleted file mode 100644 index 57b67ef09..000000000 --- a/searx/templates/index.html +++ /dev/null @@ -1,11 +0,0 @@ -{% extends "base.html" %} -{% block content %} -
-

searx

- {% include 'search.html' %} -

- {{ _('about') }} - {{ _('preferences') }} -

-
-{% endblock %} -- cgit v1.2.3