From 2328407405af74b88353b9c3fbdd8248a5305f05 Mon Sep 17 00:00:00 2001
From: Stefano Borini <stefano.borini@gmail.com>
Date: Sat, 9 Mar 2019 18:02:35 +0000
Subject: [PATCH] Removed indentation

---
 _layouts/default.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/_layouts/default.html b/_layouts/default.html
index c37fd235..a8bd5c89 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>
-- 
GitLab