summaryrefslogtreecommitdiff
path: root/searx/templates/legacy/base.html
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2020-06-04 19:20:44 +0200
committerAdam Tauber <asciimoo@gmail.com>2020-06-04 19:21:15 +0200
commitde1b08a941a6834a39159b9a2aa3ff3552df029f (patch)
tree8e4ab076fdce203f2c714657c648560f8978e11d /searx/templates/legacy/base.html
parent5af873b74ee8ff30d0d70e0e310b094d1568cf58 (diff)
[enh] add unique class for each endpoint - closes #1133
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 %}