Commit bc7a6ff6 authored by Liang Ding's avatar Liang Ding

🎨 PJAX 排除 rss

parent ca8dde00
......@@ -75,6 +75,9 @@ var Util = {
storage: true,
titleSuffix: '',
filter: function(href){
if (href === latkeConfig.servePath + '/rss.xml') {
return true
}
if (href.indexOf(latkeConfig.servePath) > -1) {
return false
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment