diff options
Diffstat (limited to 'searx/templates')
-rw-r--r-- | searx/templates/simple/base.html | 3 |
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]>--> |