ansible/docsite/latest/_themes/aworks/sourcelink.html

5 lines
179 B
HTML
Raw Normal View History

2013-06-09 19:55:58 +02:00
{%- if show_source and has_source and sourcename %}
<li><a href="{{ pathto('_sources/' + sourcename, true)|e }}"
rel="nofollow">{{ _('Source') }}</a></li>
{%- endif %}