Files
Lukas Reschke d829669877 Add branding
2016-06-12 14:18:45 +02:00

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 %}