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
committerspf132014-09-08 12:05:34 -0400
commit17a69ee6307a643777a851b31fd5b498e200aa76 (patch)
tree44d470a7159e7769fc97ecf8d6b4b0ab475a1cc7 /layouts/index.html
parenta1b20a1747032185e307eff62cf9d19f7311ff0f (diff)
downloadhyde-17a69ee6307a643777a851b31fd5b498e200aa76.tar.lz
hyde-17a69ee6307a643777a851b31fd5b498e200aa76.tar.zst
hyde-17a69ee6307a643777a851b31fd5b498e200aa76.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>