From bf3d45a404f8724c63fa6cfc0830d1a0cf0e7bf0 Mon Sep 17 00:00:00 2001 From: deepzz0 Date: Wed, 28 Apr 2021 16:33:58 +0800 Subject: [PATCH] fix: filed name --- pkg/core/blog/file/timer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/core/blog/file/timer.go b/pkg/core/blog/file/timer.go index 266d236..c8b26f4 100644 --- a/pkg/core/blog/file/timer.go +++ b/pkg/core/blog/file/timer.go @@ -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,