forked from Icycoide/searxng
[feat] footer: support for custom entries
This commit is contained in:
parent
596b9b7864
commit
7e1b5f6cc8
3 changed files with 8 additions and 0 deletions
|
@ -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]>-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue