added tor onion address in the footer template
This commit is contained in:
parent
34ebf7deee
commit
d6656f93f7
1 changed files with 4 additions and 0 deletions
|
@ -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]>-->
|
||||
|
|
Loading…
Reference in a new issue