From 78f0d7929dd90c5dfd2e169e9e21f979f5caf86b Mon Sep 17 00:00:00 2001 From: kay Date: Tue, 18 Dec 2012 14:20:35 -0500 Subject: [PATCH] nav in body --- themes/mongodb/layout.html | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/themes/mongodb/layout.html b/themes/mongodb/layout.html index 0b90430082a..b7747c22c14 100644 --- a/themes/mongodb/layout.html +++ b/themes/mongodb/layout.html @@ -114,7 +114,21 @@ {%- endmacro %} - +{%- macro render_nextprev() %} +
+ +
+{% endmacro -%} {%- block htmltitle %} @@ -207,6 +221,7 @@
{% block body %} {% endblock %} + {{- render_nextprev() -}}
{%- if render_sidebar %}