diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2020-06-04 19:20:44 +0200 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2020-06-04 19:21:15 +0200 |
| commit | de1b08a941a6834a39159b9a2aa3ff3552df029f (patch) | |
| tree | 8e4ab076fdce203f2c714657c648560f8978e11d /searx/templates/oscar/base.html | |
| parent | 5af873b74ee8ff30d0d70e0e310b094d1568cf58 (diff) | |
[enh] add unique class for each endpoint - closes #1133
Diffstat (limited to 'searx/templates/oscar/base.html')
| -rw-r--r-- | searx/templates/oscar/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/oscar/base.html b/searx/templates/oscar/base.html index 5eb4462e4..cd3d23df5 100644 --- a/searx/templates/oscar/base.html +++ b/searx/templates/oscar/base.html @@ -47,7 +47,7 @@ </style> </noscript> </head> -<body> +<body class="{{ endpoint }}_endpoint" > {% include 'oscar/navbar.html' %} <div class="container"> |