diff options
author | Alexandre Flament <alex@al-f.net> | 2022-05-07 15:11:05 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2022-05-07 19:40:48 +0200 |
commit | 9b3efa6d8ab46a3db62f42624d7e9f4b55fdd0ef (patch) | |
tree | 554ff67c6b84531b2a6f99505cc954395d730024 /searx/templates/simple/search.html | |
parent | 6db568bf69b7145451ff90e14da0e49fb5b6269b (diff) | |
download | searxng-9b3efa6d8ab46a3db62f42624d7e9f4b55fdd0ef.tar.gz searxng-9b3efa6d8ab46a3db62f42624d7e9f4b55fdd0ef.zip |
theme: remove __common__
Diffstat (limited to 'searx/templates/simple/search.html')
-rw-r--r-- | searx/templates/simple/search.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/simple/search.html b/searx/templates/simple/search.html index 90a296aeb..c5f7de09c 100644 --- a/searx/templates/simple/search.html +++ b/searx/templates/simple/search.html @@ -2,7 +2,7 @@ <div id="search_header"> <a id="search_logo" href="{{ url_for('index') }}" tabindex="0" title="{{ _('Display the front page') }}"> <span hidden>SearXNG</span> - {% include '__common__/searxng-wordmark.min.svg' without context %} + {% include 'simple/searxng-wordmark.min.svg' without context %} </a> <div id="search_view"> <div class="search_box"> |