searxng/searx/templates/simple/page_with_header.html
shreven 0c202474c4 [feat] allow customization of logo and favicon
also removed searxng-wordmark from templates directory and build
files, because it is no longer used anywhere
2024-12-10 14:32:18 -05:00

7 lines
305 B
HTML

{%- set body_class = "page_with_header" -%}
{%- extends "simple/base.html" -%}
{%- block header -%}
<a href="{{ url_for('index') }}">{{- '' -}}
<img class="logo" src="{{ url_for('custom', custom_file='logo', filename='img/searxng.png') }}" alt="SearXNG">{{- '' -}}
</a>{{- '' -}}
{%- endblock -%}