diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-10-30 18:00:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-30 18:00:09 +0200 |
| commit | ec69543ed97182b3840e1aad9b2c9f8a288ab313 (patch) | |
| tree | 32a3a2fa67ca75155a379fbc1cbb7da72a2b7b88 /searx/templates/simple/index.html | |
| parent | f86a658c1c042e4d3c9336a48e154b5050a8a935 (diff) | |
| parent | 7bfaf42e4bf3e80a38b95f33b8bcae0b5a90b50c (diff) | |
Merge pull request #451 from dalf/searxng-logo2
Simple theme: SearXNG logo
Diffstat (limited to 'searx/templates/simple/index.html')
| -rw-r--r-- | searx/templates/simple/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/templates/simple/index.html b/searx/templates/simple/index.html index afa62be13..8a017694e 100644 --- a/searx/templates/simple/index.html +++ b/searx/templates/simple/index.html @@ -1,12 +1,12 @@ {% extends "simple/base.html" %} {% from 'simple/macros.html' import icon %} {% block meta %} - <link rel="preload" href="{{ url_for('static', filename='img/searx.png') }}" as="image" /> + <link rel="preload" href="{{ url_for('static', filename='img/searxng.png') }}" as="image" /> {% endblock %} {% block content %} <nav id="linkto_preferences"><a href="{{ url_for('preferences') }}">{{ icon('navicon-round') }}</a></nav> <div class="index"> - <div class="title"><h1>searx</h1></div> + <div class="title"><h1>SearXNG</h1></div> {% include 'simple/simple_search.html' %} </div> {% endblock %} |