mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Theme: add Help and Donate links in all pages
Close https://github.com/searxng/searxng/issues/931
This commit is contained in:
parent
4bedd7465c
commit
6e2b5f3d5a
6 changed files with 66 additions and 9 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue