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