mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-10 00:22:27 +08:00
更新很多文件
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user