diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2021-11-13 08:15:59 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-13 08:15:59 +0000 |
| commit | d64abb9310b2eaafffe42585f55d1a9d9457dd68 (patch) | |
| tree | 14f29979515e87931c334ce58b923072c8ed6e48 /searx/templates | |
| parent | 0c70a96f57306c2dfa98adf9c6d4b958e1ad273a (diff) | |
| parent | 9bf53ab9740b8ba280b9145574795da6da6956ea (diff) | |
Merge pull request #473 from return42/searxng-wordmark
[simple theme] SearXNG wordmark & favicon
Diffstat (limited to 'searx/templates')
| -rw-r--r-- | searx/templates/__common__/searxng-wordmark.min.svg | 1 | ||||
| -rw-r--r-- | searx/templates/simple/search.html | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/searx/templates/__common__/searxng-wordmark.min.svg b/searx/templates/__common__/searxng-wordmark.min.svg new file mode 100644 index 000000000..688b6f519 --- /dev/null +++ b/searx/templates/__common__/searxng-wordmark.min.svg @@ -0,0 +1 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" id="svg8" version="1.1" viewBox="0 0 92 92" height="92mm" width="92mm"><defs id="defs2"/><metadata id="metadata5"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title></dc:title></cc:Work></rdf:RDF></metadata><g transform="translate(-40.921303,-17.416526)" id="layer1"><circle r="0" style="fill:none;stroke:#000000;stroke-width:12;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" cy="92" cx="75" id="path3713"/><circle r="30" cy="53.902557" cx="75.921303" id="path834" style="fill:none;fill-opacity:1;stroke:#3050ff;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/><path d="m 67.514849,37.91524 a 18,18 0 0 1 21.051475,3.312407 18,18 0 0 1 3.137312,21.078282" id="path852" style="fill:none;fill-opacity:1;stroke:#3050ff;stroke-width:5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/><rect transform="rotate(-46.234709)" ry="1.8669105e-13" y="122.08995" x="3.7063529" height="39.963303" width="18.846331" id="rect912" style="opacity:1;fill:#3050ff;fill-opacity:1;stroke:none;stroke-width:8;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/></g></svg>
\ No newline at end of file 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"> |