diff options
Diffstat (limited to 'doc/_templates')
| -rw-r--r-- | doc/_templates/px/layout.html | 8 |
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'>« <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> »</span>{% endif %} +</p> +{%- endif %} + </page> |
