fix: delete redundant files

This commit is contained in:
XPoet 2023-01-03 16:14:49 +08:00
parent 00bddbdf9d
commit bd26febaa2
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
/* global hexo */
'use strict'
hexo.extend.filter.register(
'after_post_render',
function (data) {
data.content = data.content.replace(/::::::/gim, function (match, attrBegin, src, attrEnd) {
return `<div class="tag "></div>`
})
},
1
)