diff --git a/node_modules/hexo-theme-fluid/layout/_partials/head.ejs b/node_modules/hexo-theme-fluid/layout/_partials/head.ejs index 63cf2373..4022f865 100644 --- a/node_modules/hexo-theme-fluid/layout/_partials/head.ejs +++ b/node_modules/hexo-theme-fluid/layout/_partials/head.ejs @@ -38,6 +38,9 @@ var ogConfig = Object.assign({ image: ogImage && url_for(ogImage) }, theme.open_ <%- theme.custom_head %> <% } %> <%= title %> + + + <%- partial('_partials/css.ejs') %> <%- export_config() %>