diff options
author | Alan Pearce | 2014-06-07 09:57:40 +0100 |
---|---|---|
committer | spf13 | 2014-09-08 12:05:34 -0400 |
commit | 17a69ee6307a643777a851b31fd5b498e200aa76 (patch) | |
tree | 44d470a7159e7769fc97ecf8d6b4b0ab475a1cc7 | |
parent | a1b20a1747032185e307eff62cf9d19f7311ff0f (diff) | |
download | hyde-17a69ee6307a643777a851b31fd5b498e200aa76.tar.lz hyde-17a69ee6307a643777a851b31fd5b498e200aa76.tar.zst hyde-17a69ee6307a643777a851b31fd5b498e200aa76.zip |
Add missing div closing tag
-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> |