fix bug
This commit is contained in:
parent
ad9bdc7574
commit
8bdc53d175
|
@ -25,9 +25,11 @@ func Feed(c *gin.Context) {
|
|||
} else {
|
||||
SiteFeed(c)
|
||||
}
|
||||
c.Abort()
|
||||
return
|
||||
case "comments-rss2":
|
||||
CommentsFeed(c)
|
||||
c.Abort()
|
||||
return
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user