diff --git a/_layouts/default.html b/_layouts/default.html
index 5cffca9..c37fd23 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -62,15 +62,9 @@
{% for child in children_list %}
{% if child.parent == page.title and child.title != page.title %}
- {% if child.summary %}
- -
- {{ child.title }} - {{ child.summary }}
-
- {% else %}
- -
- {{ child.title }}
-
- {% endif %}
+ -
+ {{ child.title }}{% if child.summary %} - {{ child.summary }}{% endif %}
+
{% endif %}
{% endfor %}