Updated HTML docs.

This commit is contained in:
Griatch 2022-11-15 19:43:25 +00:00
parent 59e50f3fa5
commit 06bc3c8bcd
663 changed files with 2 additions and 61705 deletions

View file

@ -1,13 +0,0 @@
{#
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 %}