This website works better with JavaScript
Home
Explore
Help
Register
Sign In
babolivier
/
hyde
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add missing div closing tag
Alan Pearce
11 years ago
parent
a1b20a1747
commit
17a69ee630
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
layouts/index.html
+ 1
- 1
layouts/index.html
View File
@@ -20,7 +20,7 @@
20
20
</div>
21
21
{{ end }}
22
22
</div>
23
-
23
+
</div>
24
24
25
25
</body>
26
26
</html>