Update head.ejs

This commit is contained in:
浪子 2024-04-22 11:38:19 +08:00 committed by GitHub
parent 8bb28adcc4
commit a5c2c3eadb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 1 deletions

View File

@ -41,7 +41,12 @@ 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') %>