From 6e2b5f3d5ad95fe87fe58734a6730b9ed46ac6c0 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Mon, 13 Jun 2022 21:10:44 +0200 Subject: Theme: add Help and Donate links in all pages Close https://github.com/searxng/searxng/issues/931 --- searx/infopage/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'searx/infopage/__init__.py') 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""" -- cgit v1.2.3