mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-04 13:52:26 +08:00
fix: filed name
This commit is contained in:
@@ -44,7 +44,7 @@ func timerFeed() {
|
|||||||
now := time.Now()
|
now := time.Now()
|
||||||
_, _, articles := cache.Ei.PageArticleFE(1, 20)
|
_, _, articles := cache.Ei.PageArticleFE(1, 20)
|
||||||
params := map[string]interface{}{
|
params := map[string]interface{}{
|
||||||
"Titile": cache.Ei.Blogger.BTitle,
|
"Title": cache.Ei.Blogger.BTitle,
|
||||||
"SubTitle": cache.Ei.Blogger.SubTitle,
|
"SubTitle": cache.Ei.Blogger.SubTitle,
|
||||||
"Host": config.Conf.BlogApp.Host,
|
"Host": config.Conf.BlogApp.Host,
|
||||||
"FeedrURL": config.Conf.BlogApp.FeedRPC.FeedrURL,
|
"FeedrURL": config.Conf.BlogApp.FeedRPC.FeedrURL,
|
||||||
|
|||||||
Reference in New Issue
Block a user