evennia/docs/source/_templates/sourcelink.html
Griatch a452434ba8 Revert "Updated HTML docs."
This reverts commit 06bc3c8bcd.
2022-11-15 20:46:50 +01:00

13 lines
356 B
HTML

{#
Page source link
#}
{%- if show_source and has_source and sourcename %}
<div role="note" aria-label="source link">
<!--h3>{{ _('This Page') }}</h3-->
<ul class="this-page-menu">
<li><a href="{{ pathto('_sources/' + sourcename, true)|e }}"
rel="nofollow">{{ _('Show Page Source') }}</a></li>
</ul>
</div>
{%- endif %}