diff --git a/lms/templates/wiki/includes/breadcrumbs.html b/lms/templates/wiki/includes/breadcrumbs.html
index 6e4ae2a733a7..f0058c20f5d0 100644
--- a/lms/templates/wiki/includes/breadcrumbs.html
+++ b/lms/templates/wiki/includes/breadcrumbs.html
@@ -14,7 +14,9 @@
${_("Course Wiki")}
create_article_root = None
%>
%for ancestor in urlpath.cached_ancestors:
+ %if not loop.first:
${ancestor.article.current_revision.title}
+ %endif
<%
if not create_article_root and ancestor.article.can_write(user):
create_article_root = ancestor