diff options
| author | asciimoo <asciimoo@gmail.com> | 2013-12-01 23:51:31 +0100 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2013-12-01 23:51:31 +0100 |
| commit | 5351104244da929b18309fe868877fcd0a024517 (patch) | |
| tree | 558a7d52f741aec820d75d75932c9a8846a1c3e2 /searx/templates/results.html | |
| parent | e116c2f95eeaf78ee644fc1ae740cb706d9c2583 (diff) | |
[enh][mod] displaying search query in page title
Diffstat (limited to 'searx/templates/results.html')
| -rw-r--r-- | searx/templates/results.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} <div class="small"> {% include 'search.html' %} |