diff options
author | Alan Pearce | 2014-06-07 09:57:40 +0100 |
---|---|---|
committer | Alan Pearce | 2014-06-07 09:57:40 +0100 |
commit | 2c3255e0f3d136d6af36c705a0e7b7b7821ffc21 (patch) | |
tree | 208717bf450a48ab77378ae057c4193467f56b60 /layouts/index.html | |
parent | 0fa287a3d34586fabac03c43b3c6e2535b80a561 (diff) | |
download | hyde-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.html | 2 |
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> |