summaryrefslogtreecommitdiff
path: root/doc/_templates/px
diff options
context:
space:
mode:
Diffstat (limited to 'doc/_templates/px')
-rw-r--r--doc/_templates/px/layout.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/_templates/px/layout.html b/doc/_templates/px/layout.html
index 4bcebd25..19056897 100644
--- a/doc/_templates/px/layout.html
+++ b/doc/_templates/px/layout.html
@@ -6,4 +6,12 @@
{% block document -%}
{%- block body %} {% endblock -%}
{%- endblock %}
+
+{%- if prev or next %}
+<p class='pmn pmnbot'>
+ {% if prev %}<span class='p'>&#xab;&#xa0;<i>Previous:</i> <a href="{{ prev.link|e }}" title="previous topic">{{ prev.title }}</a></span>{% endif %}
+ {% if next %}<span class='n'><i>Next:</i> <a href="{{ next.link|e }}" title="next topic">{{ next.title }}</a>&#xa0;&#xbb;</span>{% endif %}
+</p>
+{%- endif %}
+
</page>