fix: delete redundant files
This commit is contained in:
parent
00bddbdf9d
commit
bd26febaa2
|
@ -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
|
|
||||||
)
|
|
Loading…
Reference in New Issue