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

@ -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"""