Theme: add Help and Donate links in all pages

Close https://github.com/searxng/searxng/issues/931
This commit is contained in:
Alexandre Flament 2022-06-13 21:10:44 +02:00
parent 4bedd7465c
commit 6e2b5f3d5a
6 changed files with 66 additions and 9 deletions

View file

@ -1,5 +1,7 @@
{% extends 'simple/page_with_header.html' %}
{% block title %}{{ active_page.title }} - {% endblock %}
{% block linkto_about %}{% endblock %}
{% block linkto_donate %}{% endblock %}
{% block content %}
<ul class="tabs">
{% for pagename, locale, page in all_pages %}