Explorar el Código

Fix Indentation

Talha Mansoor hace 11 años
padre
commit
119210caf7
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      templates/index.html

+ 2 - 2
templates/index.html

@@ -22,8 +22,8 @@ Home page of the {{ SITENAME|striptags }} blog.
             <h1>About me</h1>
             </header>
             <div class="article-content">
-            {{ LANDING_PAGE_ABOUT.details }}
-        </div>
+                {{ LANDING_PAGE_ABOUT.details }}
+            </div>
         </div>
         {% endif %}