about summary refs log tree commit diff stats
path: root/layouts/index.html
diff options
context:
space:
mode:
authorAlan Pearce2014-06-07 09:57:40 +0100
committerAlan Pearce2014-06-07 09:57:40 +0100
commit2c3255e0f3d136d6af36c705a0e7b7b7821ffc21 (patch)
tree208717bf450a48ab77378ae057c4193467f56b60 /layouts/index.html
parent0fa287a3d34586fabac03c43b3c6e2535b80a561 (diff)
downloadhyde-2c3255e0f3d136d6af36c705a0e7b7b7821ffc21.tar.lz
hyde-2c3255e0f3d136d6af36c705a0e7b7b7821ffc21.tar.zst
hyde-2c3255e0f3d136d6af36c705a0e7b7b7821ffc21.zip
Add missing div closing tag
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 320b975..b8c9d65 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -20,7 +20,7 @@
   </div>
   {{ end }}
 </div>
-
+</div>
 
   </body>
 </html>