This commit is contained in:
deepzz0
2016-10-02 19:12:47 +08:00
parent 34cc239e83
commit 76134cee10
19 changed files with 21 additions and 3420 deletions
-1
View File
@@ -140,7 +140,6 @@ func HandleArticlePage(c *gin.Context) {
}
}
h["Article"] = artc
h["EnableHttps"] = runmode.EnableHttps
c.HTML(http.StatusOK, "homeLayout.html", h)
}