From a5c2c3eadba3335992356a2f1c67afbd8ed16f1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=AA=E5=AD=90?= Date: Mon, 22 Apr 2024 11:38:19 +0800 Subject: [PATCH] Update head.ejs --- node_modules/hexo-theme-fluid/layout/_partials/head.ejs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/node_modules/hexo-theme-fluid/layout/_partials/head.ejs b/node_modules/hexo-theme-fluid/layout/_partials/head.ejs index 4022f865..81e2d114 100644 --- a/node_modules/hexo-theme-fluid/layout/_partials/head.ejs +++ b/node_modules/hexo-theme-fluid/layout/_partials/head.ejs @@ -41,7 +41,12 @@ var ogConfig = Object.assign({ image: ogImage && url_for(ogImage) }, theme.open_ - + + <%- partial('_partials/css.ejs') %> <%- export_config() %> <%- js_ex(theme.static_prefix.internal_js, 'utils.js') %>