summaryrefslogtreecommitdiff
path: root/searx/templates/oscar/base.html
diff options
context:
space:
mode:
authorThomas Pointhuber <thomas.pointhuber@gmx.at>2015-01-10 15:24:21 +0100
committerThomas Pointhuber <thomas.pointhuber@gmx.at>2015-01-10 15:24:21 +0100
commit29a526ff0e33030fc9d1416a9ccfeba93e376664 (patch)
treead227a3f7119af06555c424fe549d0f4c97bab58 /searx/templates/oscar/base.html
parent39c3f5658e215076a34a8706619004eef836ce60 (diff)
[enh] add rss-link which can be detected by browsers
Diffstat (limited to 'searx/templates/oscar/base.html')
-rw-r--r--searx/templates/oscar/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/templates/oscar/base.html b/searx/templates/oscar/base.html
index e46024d17..466756b6f 100644
--- a/searx/templates/oscar/base.html
+++ b/searx/templates/oscar/base.html
@@ -7,6 +7,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="searx/{{ searx_version }}">
<meta name="viewport" content="width=device-width, initial-scale=1 , maximum-scale=1.0, user-scalable=1" />
+ {% block meta %}{% endblock %}
<title>{% block title %}{% endblock %}searx</title>
<link rel="stylesheet" href="{{ url_for('static', filename='css/bootstrap.min.css') }}" type="text/css" />