diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-06-08 09:05:15 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-06-08 09:05:15 -0400 |
| commit | fedbbd4169378f6b807c13806b4415878a788bca (patch) | |
| tree | 35be4887811ad65ad5dbd5c1004316ca71519200 /doc/_templates/px | |
| parent | 392bf6cab5c0e72b5811f57b8e157424149ce81d (diff) | |
| download | python-coveragepy-git-fedbbd4169378f6b807c13806b4415878a788bca.tar.gz | |
Progress on docs
Diffstat (limited to 'doc/_templates/px')
| -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> |
