Compare commits

...

3 Commits

Author SHA1 Message Date
Deepzz
b35d7de58a Merge pull request #14 from vyloy/master
fix doSitemap bug
2018-07-06 22:05:12 +08:00
Michael(Zhiyi Weng)
77ea01b7c1 fix doSitemap bug 2018-07-06 10:02:38 +08:00
Razeen
5f608b638d Update README.md 2018-05-17 18:42:00 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -86,6 +86,6 @@
### 成功搭建者博客
* [https://razeen.me](https://razeen.me) - Razeen's Blog
* [https://blog.netcj.com](https://blog.netcj.com) - Razeen's Blog
如果你的博客使用`Eiblog`搭建,你可以在 [这里](https://github.com/eiblog/eiblog/issues/1) 提交网址。

2
xml.go
View File

@@ -83,7 +83,7 @@ func doSitemap() {
logd.Error(err)
return
}
time.AfterFunc(time.Hour*24, doFeed)
time.AfterFunc(time.Hour*24, doSitemap)
}
// 渲染 opensearch