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 }}  >