summaryrefslogtreecommitdiff
path: root/searx/templates/simple/info.html
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2022-06-28 20:30:09 +0200
committerGitHub <noreply@github.com>2022-06-28 20:30:09 +0200
commit3c95af038078d31db2927a3302498d354538592f (patch)
tree728def444196aafd1c719a526854601007825e64 /searx/templates/simple/info.html
parent249df41a2a52df2fe95d3882239af1c85dec1f4f (diff)
parent0801f9a24e0bcdab85c7ce8ae82de97dad5ecd50 (diff)
Merge pull request #1369 from dalf/links-help-donate
Theme : add links to a donation page and the about page.
Diffstat (limited to 'searx/templates/simple/info.html')
-rw-r--r--searx/templates/simple/info.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/searx/templates/simple/info.html b/searx/templates/simple/info.html
index b94ad0037..52b29b0ad 100644
--- a/searx/templates/simple/info.html
+++ b/searx/templates/simple/info.html
@@ -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 %}