From 0b2c5dbc6c371fb14c847357b2d206a60a1a863f Mon Sep 17 00:00:00 2001 From: curben Date: Tue, 21 May 2019 13:41:29 +0930 Subject: [PATCH] fix: don't remove ID from svg necessary for tag https://gitlab.com/curben/blog/blob/master/themes/typing/source/svg/search.svg https://css-tricks.com/svg-use-external-source/ --- _config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_config.yml b/_config.yml index 9493a28..d2f4741 100644 --- a/_config.yml +++ b/_config.yml @@ -75,6 +75,8 @@ nofollow: # hexo-yam ## https://github.com/weyusi/hexo-yam neat_enable: true +neat_svg: + plugins: [{cleanupIDs: false}] # Deployment ## Docs: https://hexo.io/docs/deployment.html