diff options
| author | Martin Fischer <martin@push-f.com> | 2022-01-31 11:14:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-31 11:14:48 +0100 |
| commit | c82b9c68d282a2f674632ce0e0720da85c64a1c4 (patch) | |
| tree | 6ad4efc466077d5ee7504a44dbc07e4b059d6db9 /searx/templates/simple/page_with_header.html | |
| parent | 60e7fee47a2a994f5d1bc0850808787577c9e3cb (diff) | |
| parent | 79dbbd4d99dcb28e709c7bca703ee97b6d55f906 (diff) | |
Merge pull request #843 from not-my-profile/simple-page-with-header
Diffstat (limited to 'searx/templates/simple/page_with_header.html')
| -rw-r--r-- | searx/templates/simple/page_with_header.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/searx/templates/simple/page_with_header.html b/searx/templates/simple/page_with_header.html new file mode 100644 index 000000000..d4466b612 --- /dev/null +++ b/searx/templates/simple/page_with_header.html @@ -0,0 +1,5 @@ +{% set body_class = "page_with_header" %} +{% extends "simple/base.html" %} +{% block header %} +<a href="{{ url_for('index') }}"><img class="logo" src="{{ url_for('static', filename='img/searxng.png') }}" alt="SearXNG"></a> +{% endblock %} |