Add impressum link

This commit is contained in:
Lukas Reschke 2016-06-12 16:44:45 +02:00
parent 0d706426de
commit 50d638b01d
No known key found for this signature in database
GPG Key ID: 9AB0ADB949B6898C

View File

@ -231,7 +231,7 @@
{%- if hasdoc('copyright') %}
{% trans path=pathto('copyright'), copyright=copyright|e %}&copy; <a href="{{ path }}">Copyright</a> {{ copyright }}.{% endtrans %}<br/>
{%- else %}
{% trans copyright=copyright|e %}&copy; Copyright {{ copyright }}.{% endtrans %}<br/>
{% trans copyright=copyright|e %}&copy; Copyright {{ copyright }}.{% endtrans %} <small><a href="https://nextcloud.com/impressum">Legal Notice</a></small><br/>
{%- endif %}
{%- endif %}
{%- if last_updated %}