fis simple

This commit is contained in:
deepzz0
2016-10-02 22:14:17 +08:00
parent c1f6611b5d
commit 575582e391
3 changed files with 5 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ func init() {
router.GET("/archives.html", HandleArchivesPage)
router.GET("/search.html", HandleSearchPage)
router.GET("/beacon.html", HandleBeacon)
router.GET("/data/comment", HandleComments)
router.GET("/disqus/:slug", HandleDisqus)
router.GET("/rss.html", HandleFeed)
router.GET("/feed", HandleFeed)
router.GET("/opensearch.xml", HandleOpenSearch)