mirror of https://gitlab.com/curben/blog
feat(marked): disable unused descriptionLists
- https://github.com/hexojs/hexo-renderer-marked/pull/179
This commit is contained in:
parent
95ccd75107
commit
4c4475db04
|
@ -87,6 +87,10 @@ minify:
|
||||||
svg:
|
svg:
|
||||||
plugins: [{cleanupIDs: false}]
|
plugins: [{cleanupIDs: false}]
|
||||||
|
|
||||||
|
marked:
|
||||||
|
# https://github.com/hexojs/hexo-renderer-marked/pull/179
|
||||||
|
descriptionLists: false
|
||||||
|
|
||||||
feed:
|
feed:
|
||||||
icon: '/svg/favicon.svg'
|
icon: '/svg/favicon.svg'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue