diff options
author | Alexandre Flament <alex@al-f.net> | 2022-06-13 21:10:44 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2022-06-25 20:31:40 +0200 |
commit | 6e2b5f3d5ad95fe87fe58734a6730b9ed46ac6c0 (patch) | |
tree | 87d5e7521a0007c3be0a6813182e42f79bd9ac2c /searx/infopage | |
parent | 4bedd7465c278bdb760160dc324ba2c989d26e77 (diff) | |
download | searxng-6e2b5f3d5ad95fe87fe58734a6730b9ed46ac6c0.tar.gz searxng-6e2b5f3d5ad95fe87fe58734a6730b9ed46ac6c0.zip |
Theme: add Help and Donate links in all pages
Close https://github.com/searxng/searxng/issues/931
Diffstat (limited to 'searx/infopage')
-rw-r--r-- | searx/infopage/__init__.py | 1 |
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""" |