added tor onion address in the footer template

This commit is contained in:
muppeth 2023-08-04 08:22:28 +02:00
parent 34ebf7deee
commit d6656f93f7
Signed by: muppeth
GPG key ID: 0EBC7B9848D04031

View file

@ -82,6 +82,10 @@
{% if get_setting('general.contact_url') %}
| <a href="{{ get_setting('general.contact_url') }}">{{ _('Contact instance maintainer') }}</a>
{% endif %}
{% if get_setting('general.onion_url') %}
nion
| <a href="{{ get_setting('general.onion_url') }}"> TOR onion address</a>
{% endif %}
</p>
</footer>
<!--[if gte IE 9]>-->