diff --git a/_layouts/default.html b/_layouts/default.html
index b1d3c72..e198b4b 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -77,7 +77,7 @@ layout: table_wrappers
{% assign children_list = site.pages | sort:"nav_order" %}
{% for child in children_list %}
- {% if child.parent == page.title and child.title != page.title %}
+ {% if child.parent == page.title and child.title != page.title and child.grand_parent == page.parent %}
-
{{ child.title }}{% if child.summary %} - {{ child.summary }}{% endif %}