mirror of https://github.com/jkjoy/sunpeiwen.git
Update head.ejs
This commit is contained in:
parent
8bb28adcc4
commit
a5c2c3eadb
|
@ -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') %>
|
||||||
|
|
Loading…
Reference in New Issue