Merge pull request '591 - Added Tor onion url in the footer' (#8) from 591 into main
Reviewed-on: #8
This commit is contained in:
commit
3593168cec
1 changed files with 3 additions and 0 deletions
|
@ -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]>-->
|
||||
|
|
Loading…
Reference in a new issue