From 9ead6546a431f78e887c47f130be54a4893d2a1f Mon Sep 17 00:00:00 2001 From: asciimoo Date: Mon, 21 Oct 2013 00:28:48 +0200 Subject: [enh] about page added --- searx/templates/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'searx/templates/index.html') diff --git a/searx/templates/index.html b/searx/templates/index.html index daff22b42..58cec7fe4 100644 --- a/searx/templates/index.html +++ b/searx/templates/index.html @@ -1,10 +1,11 @@ {% extends "base.html" %} {% block content %} +{% include 'header.html' %} Fork me on GitHub
-

searx

+

searx

{% include 'search.html' %}
{% endblock %} -- cgit v1.2.3