Commit bc7a6ff6 authored by Liang Ding's avatar Liang Ding

🎨 PJAX 排除 rss

parent ca8dde00
...@@ -75,6 +75,9 @@ var Util = { ...@@ -75,6 +75,9 @@ var Util = {
storage: true, storage: true,
titleSuffix: '', titleSuffix: '',
filter: function(href){ filter: function(href){
if (href === latkeConfig.servePath + '/rss.xml') {
return true
}
if (href.indexOf(latkeConfig.servePath) > -1) { if (href.indexOf(latkeConfig.servePath) > -1) {
return false 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