chore: update html

This commit is contained in:
deepzz0
2021-04-27 16:51:19 +08:00
parent cb091532d5
commit 63b55b2df8
13 changed files with 53 additions and 53 deletions

View File

@@ -101,9 +101,9 @@ func handleArticlePage(c *gin.Context) {
} else {
params["Days"] = int(time.Now().Sub(article.CreatedAt).Hours()) / 24
}
if article.SeriesID > 0 {
if article.SerieID > 0 {
for _, series := range cache.Ei.Series {
if series.ID == article.SeriesID {
if series.ID == article.SerieID {
params["Serie"] = series
}
}