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