rm runmode

This commit is contained in:
deepzz0
2016-10-02 19:53:21 +08:00
parent 13aefb3e21
commit c1f6611b5d
8 changed files with 27 additions and 33 deletions

View File

@@ -119,7 +119,7 @@ func HandlePost(c *gin.Context) {
h["Post"] = true
h["Path"] = c.Request.URL.Path
h["Title"] = "撰写文章 | " + Ei.BTitle
h["Domain"] = runmode.Domain
h["Domain"] = setting.Conf.Mode.Domain
h["Series"] = Ei.Series
c.HTML(http.StatusOK, "backLayout.html", h)
}