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