Add initial static-doc to master for proper versioning

This commit is contained in:
Griatch 2020-06-12 22:01:38 +02:00
parent 8f3ed8c9d5
commit 8c8a0ec985
290 changed files with 32391 additions and 0 deletions

View file

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