summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorAlan Pearce <alan@alanpearce.co.uk>2014-06-07 09:57:40 +0100
committerspf13 <steve.francia@gmail.com>2014-09-08 12:05:34 -0400
commit17a69ee6307a643777a851b31fd5b498e200aa76 (patch)
tree44d470a7159e7769fc97ecf8d6b4b0ab475a1cc7 /layouts
parenta1b20a1747032185e307eff62cf9d19f7311ff0f (diff)
Add missing div closing tag
Diffstat (limited to 'layouts')
-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>