Further tweaking

This commit is contained in:
Griatch 2020-06-19 18:11:20 +02:00
parent 95dc61cd50
commit 09c7b40539
5 changed files with 19 additions and 23 deletions

View file

@ -1,7 +1,9 @@
{%- extends "classic/layout.html" %}
{%- extends "!layout.html" %}
{%- block relbaritems %}
{%- if master_doc != pagename %}
<li class="nav-item nav-item-last"><a href="{{ pathto(pagename) }}">{{ title|striptags|e }}</a></li>
{% if next %}
<a href="{{ next.link|e }}">{{ next.title }}</a>
{% endif %}
{% if prev %}
<a href="{{ prev.link|e }}">{{ prev.title }}</a>
{% endif %}
{% endblock %}