add theme hotaru

This commit is contained in:
naiba
2020-12-09 19:05:40 +08:00
parent 8e30f48395
commit 53ef95a664
220 changed files with 2453 additions and 10 deletions

View File

@@ -39,7 +39,7 @@ func (gp *guestPage) serve() {
}
func (gp *guestPage) login(c *gin.Context) {
c.HTML(http.StatusOK, "page/login", mygin.CommonEnvironment(c, gin.H{
c.HTML(http.StatusOK, "dashboard/login", mygin.CommonEnvironment(c, gin.H{
"Title": "登录",
}))
}