mirror of https://github.com/jkjoy/sunpeiwen.git
parent
c6427eb96e
commit
0a1c807dac
|
@ -38,6 +38,9 @@ var ogConfig = Object.assign({ image: ogImage && url_for(ogImage) }, theme.open_
|
||||||
<%- theme.custom_head %>
|
<%- theme.custom_head %>
|
||||||
<% } %>
|
<% } %>
|
||||||
<title><%= title %></title>
|
<title><%= title %></title>
|
||||||
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||||
|
<meta http-equiv="Pragma" content="no-cache" />
|
||||||
|
<meta http-equiv="Expires" content="0" />
|
||||||
|
|
||||||
<%- partial('_partials/css.ejs') %>
|
<%- partial('_partials/css.ejs') %>
|
||||||
<%- export_config() %>
|
<%- export_config() %>
|
||||||
|
|
Loading…
Reference in New Issue