From 0a1c807dacee3d8f08a6f8ab48820867fcf3bef0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=AA=E5=AD=90?= Date: Mon, 30 Oct 2023 14:17:33 +0800 Subject: [PATCH] Update head.ejs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 禁止缓存html --- node_modules/hexo-theme-fluid/layout/_partials/head.ejs | 3 +++ 1 file changed, 3 insertions(+) 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() %>