From de4652f98cb68eb5f31b3038a1c1735b67b4543b Mon Sep 17 00:00:00 2001 From: asciimoo Date: Mon, 21 Oct 2013 00:37:57 +0200 Subject: [mod] header removed --- searx/templates/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'searx/templates/index.html') diff --git a/searx/templates/index.html b/searx/templates/index.html index 58cec7fe4..300bf146e 100644 --- a/searx/templates/index.html +++ b/searx/templates/index.html @@ -1,11 +1,13 @@ {% extends "base.html" %} {% block content %} -{% include 'header.html' %} Fork me on GitHub

searx

{% include 'search.html' %} +

+ about +

{% endblock %} -- cgit v1.2.3