Further tweaking
This commit is contained in:
parent
95dc61cd50
commit
09c7b40539
5 changed files with 19 additions and 23 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue