aapssfc/book/_templates/sphinx_bootstrap/sourcelink.html
2015-03-03 15:56:44 +01:00

4 lines
166 B
HTML

{%- if show_source and has_source and sourcename %}
<a href="{{ pathto('_sources/' + sourcename, true)|e }}"
rel="nofollow">{{ _('Source') }}</a>
{%- endif %}