浏览代码

Add missing div closing tag

Alan Pearce 11 年前
父节点
当前提交
17a69ee630
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      layouts/index.html

+ 1
- 1
layouts/index.html 查看文件

@@ -20,7 +20,7 @@
20 20
   </div>
21 21
   {{ end }}
22 22
 </div>
23
-
23
+</div>
24 24
 
25 25
   </body>
26 26
 </html>