Selaa lähdekoodia

Add missing div closing tag

Alan Pearce 11 vuotta sitten
vanhempi
commit
17a69ee630
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      layouts/index.html

+ 1
- 1
layouts/index.html Näytä tiedosto

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