[feat] footer: support for custom entries

This commit is contained in:
Bnyro 2024-01-19 15:48:58 +01:00 committed by Markus Heiser
parent 596b9b7864
commit 7e1b5f6cc8
3 changed files with 8 additions and 0 deletions

View file

@ -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]>-->