Skip to content

Commit

Permalink
fix(meta): fix cache-control meta in ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework committed Aug 15, 2018
1 parent 5d95e08 commit 6ff7de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/_partial/base-head.ejs
Expand Up @@ -13,7 +13,7 @@
<meta name="copyright" content="<%- config.author %>">
<meta name="keywords" content="<%- config.title %> | <%- config.author %>">
<meta name="description" content="<%- config.description %>">
<meta name="Cache-Control" content="no-cache">
<meta http-equiv="Cache-control" content="no-cache">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<title><%= title %></title>
<%- partial('critical-css/critical-style') %>
Expand Down

0 comments on commit 6ff7de3

Please sign in to comment.