Explorar el Código

Add missing div closing tag

Alan Pearce hace 11 años
padre
commit
17a69ee630
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      layouts/index.html

+ 1
- 1
layouts/index.html Ver fichero

@@ -20,7 +20,7 @@
20 20
   </div>
21 21
   {{ end }}
22 22
 </div>
23
-
23
+</div>
24 24
 
25 25
   </body>
26 26
 </html>