更新很多文件

This commit is contained in:
deepzz0
2016-12-23 22:59:26 +08:00
parent 53f7623b22
commit 39509efe92
14 changed files with 161 additions and 23 deletions

View File

@@ -54,7 +54,9 @@ func init() {
router.GET("/archives.html", HandleArchivesPage)
router.GET("/search.html", HandleSearchPage)
router.GET("/beacon.html", HandleBeacon)
router.GET("/disqus/:slug", HandleDisqus)
router.GET("/disqus/post-:slug", HandleDisqus)
router.GET("/disqus/form/post-:slug", HandleDisqusFrom)
router.POST("/disqus/create", HandleDisqusCreate)
router.GET("/rss.html", HandleFeed)
router.GET("/feed", HandleFeed)
router.GET("/opensearch.xml", HandleOpenSearch)