fix(eiblog): comments title error

This commit is contained in:
henry.chen
2022-01-10 15:50:13 +08:00
parent 7047a3599d
commit 5170844623

View File

@@ -240,7 +240,7 @@ func handleDisqusPage(c *gin.Context) {
}
article := cache.Ei.ArticlesMap[array[0]]
params := gin.H{
"Titile": "发表评论 | " + cache.Ei.Blogger.BTitle,
"Title": "发表评论 | " + cache.Ei.Blogger.BTitle,
"ATitle": article.Title,
"Thread": array[1],
"Slug": article.Slug,