diff options
Diffstat (limited to 'searx/templates/simple/base.html')
| -rw-r--r-- | searx/templates/simple/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/templates/simple/base.html b/searx/templates/simple/base.html index d22d96685..c72962492 100644 --- a/searx/templates/simple/base.html +++ b/searx/templates/simple/base.html @@ -77,8 +77,8 @@ {% 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> + {% for title, link in get_setting('brand.custom.links').items() %} + | <a href="{{ link }}">{{ _(title) }}</a> {% endfor %} </p> </footer> |