summaryrefslogtreecommitdiff
path: root/searx/templates/courgette
diff options
context:
space:
mode:
authorThomas Pointhuber <thomas.pointhuber@gmx.at>2014-11-18 11:37:42 +0100
committerThomas Pointhuber <thomas.pointhuber@gmx.at>2014-11-18 11:37:42 +0100
commitaba65369d2d55b337939d004b06d6ff10f8519b9 (patch)
tree0197b53f95679a4a95fa1f5e96b39b7c54748034 /searx/templates/courgette
parentb1234ee88947f2ce61a7df361c706622a3ec2a32 (diff)
downloadsearxng-aba65369d2d55b337939d004b06d6ff10f8519b9.tar.gz
searxng-aba65369d2d55b337939d004b06d6ff10f8519b9.zip
[enh] make version of searx readable
Diffstat (limited to 'searx/templates/courgette')
-rw-r--r--searx/templates/courgette/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/templates/courgette/base.html b/searx/templates/courgette/base.html
index da5ae905f..382b8d5ed 100644
--- a/searx/templates/courgette/base.html
+++ b/searx/templates/courgette/base.html
@@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<meta name="description" content="Searx - a privacy-respecting, hackable metasearch engine" />
<meta name="keywords" content="searx, search, search engine, metasearch, meta search" />
+ <meta name="generator" content="searx/{{ searx_version }}">
<meta name="viewport" content="width=device-width, maximum-scale=1.0, user-scalable=1" />
<title>{% block title %}{% endblock %}searx</title>
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}" type="text/css" media="screen" />