summaryrefslogtreecommitdiff
path: root/searx/templates/simple
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2021-11-13 08:15:59 +0000
committerGitHub <noreply@github.com>2021-11-13 08:15:59 +0000
commitd64abb9310b2eaafffe42585f55d1a9d9457dd68 (patch)
tree14f29979515e87931c334ce58b923072c8ed6e48 /searx/templates/simple
parent0c70a96f57306c2dfa98adf9c6d4b958e1ad273a (diff)
parent9bf53ab9740b8ba280b9145574795da6da6956ea (diff)
Merge pull request #473 from return42/searxng-wordmark
[simple theme] SearXNG wordmark & favicon
Diffstat (limited to 'searx/templates/simple')
-rw-r--r--searx/templates/simple/search.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/searx/templates/simple/search.html b/searx/templates/simple/search.html
index f8c82cd1b..1f410ad96 100644
--- a/searx/templates/simple/search.html
+++ b/searx/templates/simple/search.html
@@ -1,6 +1,7 @@
<form id="search" method="{{ method or 'POST' }}" action="{{ url_for('search') }}">
<a id="search_logo" href="{{ url_for('index') }}">
- <img class="search_logo_img" src="{{ url_for('static', filename='img/favicon.png') }}">
+ <span hidden>SearXNG</span>
+ {% include '__common__/searxng-wordmark.min.svg' without context %}
</a>
<div id="search_wrapper">
<div class="search_box">