Update head.ejs

This commit is contained in:
浪子 2024-05-08 19:02:34 +08:00 committed by GitHub
parent befcea80fc
commit cee68ae019
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 6 deletions

View File

@ -41,12 +41,6 @@ var ogConfig = Object.assign({ image: ogImage && url_for(ogImage) }, theme.open_
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /> <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" /> <meta http-equiv="Expires" content="0" />
<link rel="stylesheet" href="https://cdnjs.sgcd.net/lxgw-wenkai-screen-webfont/lxgwwenkaigbscreen.css" />
<style>
body {
font-family: "LXGW WenKai Screen", sans-serif;
}
</style>
<%- partial('_partials/css.ejs') %> <%- partial('_partials/css.ejs') %>
<%- export_config() %> <%- export_config() %>
<%- js_ex(theme.static_prefix.internal_js, 'utils.js') %> <%- js_ex(theme.static_prefix.internal_js, 'utils.js') %>