update
This commit is contained in:
+3
-1
@@ -49,10 +49,12 @@ func Index(c *gin.Context) {
|
||||
prevPage = p + 1
|
||||
}
|
||||
|
||||
title := os.Getenv("HOME_TITLE")
|
||||
|
||||
c.HTML(200, "index.html", gin.H{
|
||||
"list": list,
|
||||
"total": total,
|
||||
"title": "Home",
|
||||
"title": title,
|
||||
"page": p,
|
||||
"nextPage": nextPage,
|
||||
"prevPage": prevPage,
|
||||
|
||||
Reference in New Issue
Block a user