diff --git a/_layouts/default.html b/_layouts/default.html
index 4e9a25754aca0e415afe5a71af564772fbdc2e95..683fa553f6ee63de9e51a81a2c71d2d1e73493aa 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -62,9 +62,9 @@
           <ul>
             {% for child in children_list %}
               {% if child.parent == page.title and child.title != page.title %}
-                {% if child.excerpt %}
+                {% if child.summary %}
                   <li>
-                    <a href="{{ child.url | absolute_url }}">{{ child.title }} - {{ child.excerpt }}</a>
+                    <a href="{{ child.url | absolute_url }}">{{ child.title }} - {{ child.summary }}</a>
                   </li>
                 {% else %}
                   <li>