mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
7 lines
195 B
HTML
7 lines
195 B
HTML
{%- if show_source and has_source and sourcename %}
|
|
<div id="sourcelink">
|
|
<a href="{{ pathto('_sources/' + sourcename, true)|e }}"
|
|
rel="nofollow">{{ _('Source') }}</a>
|
|
</div>
|
|
{%- endif %}
|