Skip to content

Commit 08b79b7

Browse files
author
Sam Kleinman
committed
theme: removing next/prev links
1 parent 0565bdd commit 08b79b7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

themes/mongodb/pagenav.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ <h3><a href="{{ pathto(master_doc) }}">{{ _('Contents') }}</a></h3>
1313

1414
{{ toctree(maxdepth=-1) }}
1515

16-
<ul class="this-page-menu">
17-
{%- if prev %}<li><strong>Previous:</strong> <a href="{{ prev.link|e }}" title="{{ _('previous chapter') }}">{{ prev.title }}</a></li>{%- endif %}
18-
{%- if next %}<li><strong>Next:</strong> <a href="{{ next.link|e }}" title="{{ _('next chapter') }}">{{ next.title }}</a></li>{%- endif %}
19-
</ul>
20-
2116
<div id="searchbox" style="display: none">
2217
<h3>{{ _('Search') }}</h3>
2318
<p class="searchtip">{{ _('Search <strong>this</strong> manual.') }}

0 commit comments

Comments
 (0)