summaryrefslogtreecommitdiff
path: root/searx/infopage/__init__.py
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/infopage/__init__.py
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/infopage/__init__.py')
-rw-r--r--searx/infopage/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/infopage/__init__.py b/searx/infopage/__init__.py
index 4aebfa5a7..730d50a74 100644
--- a/searx/infopage/__init__.py
+++ b/searx/infopage/__init__.py
@@ -134,6 +134,7 @@ class InfoPageSet: # pylint: disable=too-few-public-methods
self.toc: typing.List[str] = [
'search-syntax',
'about',
+ 'donate',
]
"""list of articles in the online documentation"""