fix: filed name

This commit is contained in:
deepzz0
2021-04-28 16:33:58 +08:00
parent 4b92636079
commit bf3d45a404

View File

@@ -44,7 +44,7 @@ func timerFeed() {
now := time.Now()
_, _, articles := cache.Ei.PageArticleFE(1, 20)
params := map[string]interface{}{
"Titile": cache.Ei.Blogger.BTitle,
"Title": cache.Ei.Blogger.BTitle,
"SubTitle": cache.Ei.Blogger.SubTitle,
"Host": config.Conf.BlogApp.Host,
"FeedrURL": config.Conf.BlogApp.FeedRPC.FeedrURL,