Merge pull request '591 - Added Tor onion url in the footer' (#8) from 591 into main

Reviewed-on: #8
This commit is contained in:
muppeth 2023-08-07 02:51:30 +00:00
commit 3593168cec

View file

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