From 5351104244da929b18309fe868877fcd0a024517 Mon Sep 17 00:00:00 2001 From: asciimoo Date: Sun, 1 Dec 2013 23:51:31 +0100 Subject: [enh][mod] displaying search query in page title --- searx/templates/results.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/templates/results.html') diff --git a/searx/templates/results.html b/searx/templates/results.html index 5b214b06d..a939bde22 100644 --- a/searx/templates/results.html +++ b/searx/templates/results.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block head %} {% endblock %} +{% block title %}{{ q }} - {% endblock %} {% block content %}
{% include 'search.html' %} -- cgit v1.2.3