From 7e1b5f6cc83491d98763f010ab9052529576257e Mon Sep 17 00:00:00 2001 From: Bnyro Date: Fri, 19 Jan 2024 15:48:58 +0100 Subject: [feat] footer: support for custom entries --- searx/settings.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'searx/settings.yml') diff --git a/searx/settings.yml b/searx/settings.yml index 92bb0ff26..ec6c5bdc8 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -19,6 +19,10 @@ brand: public_instances: https://searx.space wiki_url: https://github.com/searxng/searxng/wiki issue_url: https://github.com/searxng/searxng/issues + # Custom entries in the footer: [title]: [link] + # custom: + # About instance: "https://searxng.org" + # Instance admin: "https://searxng.org" search: # Filter results. 0: None, 1: Moderate, 2: Strict -- cgit v1.2.3