mirror of https://gitlab.com/curben/blog
fix: don't remove ID from svg
necessary for <use> tag https://gitlab.com/curben/blog/blob/master/themes/typing/source/svg/search.svg https://css-tricks.com/svg-use-external-source/
This commit is contained in:
parent
045882e527
commit
0b2c5dbc6c
|
@ -75,6 +75,8 @@ nofollow:
|
||||||
# hexo-yam
|
# hexo-yam
|
||||||
## https://github.com/weyusi/hexo-yam
|
## https://github.com/weyusi/hexo-yam
|
||||||
neat_enable: true
|
neat_enable: true
|
||||||
|
neat_svg:
|
||||||
|
plugins: [{cleanupIDs: false}]
|
||||||
|
|
||||||
# Deployment
|
# Deployment
|
||||||
## Docs: https://hexo.io/docs/deployment.html
|
## Docs: https://hexo.io/docs/deployment.html
|
||||||
|
|
Loading…
Reference in New Issue