Further additions to the theme

This commit is contained in:
Griatch 2020-04-09 08:39:55 +02:00
parent e50dea549d
commit baade4c1ef
4 changed files with 53 additions and 22 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 %}