summaryrefslogtreecommitdiff
path: root/searx/templates
diff options
context:
space:
mode:
authorBnyro <bnyro@tutanota.com>2024-01-19 15:48:58 +0100
committerMarkus Heiser <markus.heiser@darmarIT.de>2024-02-10 08:03:43 +0100
commit7e1b5f6cc83491d98763f010ab9052529576257e (patch)
tree8dc6c505f73a74b4b88f3fe2d562832f63d98374 /searx/templates
parent596b9b786441924fadb265fd319a238f2b274b4f (diff)
downloadsearxng-7e1b5f6cc83491d98763f010ab9052529576257e.tar.gz
searxng-7e1b5f6cc83491d98763f010ab9052529576257e.zip
[feat] footer: support for custom entries
Diffstat (limited to 'searx/templates')
-rw-r--r--searx/templates/simple/base.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/searx/templates/simple/base.html b/searx/templates/simple/base.html
index b7b1b35d3..d22d96685 100644
--- a/searx/templates/simple/base.html
+++ b/searx/templates/simple/base.html
@@ -77,6 +77,9 @@
{% if get_setting('general.contact_url') %}
| <a href="{{ get_setting('general.contact_url') }}">{{ _('Contact instance maintainer') }}</a>
{% endif %}
+ {% for title, link in get_setting('brand.custom').items() %}
+ | <a href="{{ link }}">{{ title }}</a>
+ {% endfor %}
</p>
</footer>
<!--[if gte IE 9]>-->