From f90a5b9617701daff688fffec806aa4e66626ca0 Mon Sep 17 00:00:00 2001 From: Ed Costello Date: Thu, 13 Dec 2012 16:51:24 -0500 Subject: [PATCH] DOCS-878 fix nav to parents (choose closest parent not "highest") --- themes/mongodb/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/mongodb/layout.html b/themes/mongodb/layout.html index 15014705c8a..f01b8e22b71 100644 --- a/themes/mongodb/layout.html +++ b/themes/mongodb/layout.html @@ -103,7 +103,7 @@
  • <   {{ prev.title|striptags|e }}
  • {%- endif %} {%- if parents %} -
  • /\  {{ parents[0].title|striptags|e }}
  • +
  • /\  {{ parents[-1].title|striptags|e }}
  • {%- endif %} {%- if next %}
  • {{ next.title|striptags|e }}  >