瀏覽代碼

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>