diff --git a/_layouts/default.html b/_layouts/default.html
index c37fd235ebf66d004bc6d4c54e792de62f91fff3..a8bd5c892d0fcf65df7aa5931c47bb9a9fd27f2c 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 %}
-                <li>
-                  <a href="{{ child.url | absolute_url }}">{{ child.title }}</a>{% if child.summary %} - {{ child.summary }}{% endif %}
-                </li>
+              <li>
+                <a href="{{ child.url | absolute_url }}">{{ child.title }}</a>{% if child.summary %} - {{ child.summary }}{% endif %}
+              </li>
               {% endif %}
             {% endfor %}
           </ul>