summaryrefslogtreecommitdiff
path: root/searx/templates/legacy/base.html
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2020-06-04 21:22:53 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2020-06-04 21:22:53 +0200
commit1fc0e9ddc59ab5217a08c36561791fbf0b96190a (patch)
treeebc8d3012ca0ef1f0d18c5437e6e69bb76a72d9a /searx/templates/legacy/base.html
parent2b2a882df046e9ee3bfae8a8f33ffc2484b603b5 (diff)
parentde1b08a941a6834a39159b9a2aa3ff3552df029f (diff)
Merge branch 'master' of https://github.com/asciimoo/searx into filtron
Diffstat (limited to 'searx/templates/legacy/base.html')
-rw-r--r--searx/templates/legacy/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/legacy/base.html b/searx/templates/legacy/base.html
index da19741cb..21fe42e16 100644
--- a/searx/templates/legacy/base.html
+++ b/searx/templates/legacy/base.html
@@ -20,7 +20,7 @@
<link title="{{ instance_name }}" type="application/opensearchdescription+xml" rel="search" href="{{ url_for('opensearch') }}"/>
{% endblock %}
</head>
- <body>
+ <body class="{{ endpoint }}_endpoint" >
<div id="container">
{% block content %}
{% endblock %}