1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-13 21:22:23 +00:00
community.general/_themes/bootstrap/sourcelink.html
2012-03-09 11:44:14 -05:00

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