This commit is contained in:
结发受长生
2019-05-10 00:22:27 +08:00
parent f7b8721ec6
commit c8baba77fe
12 changed files with 166 additions and 173 deletions
+2 -2
View File
@@ -5,5 +5,5 @@ hexo.extend.filter.register('before_post_render', function(data){
data.content = data.content.replace(/\]\s*\((?=(?!http).*?\))/gi,
`](${hexo.config.picture_cdn}`)
}
return data;
});
return data
})