remove Cache-Control meta header
Per standard, "Cache-Control" is not a valid http-equiv keyword. https://html.spec.whatwg.org/multipage/semantics.html#pragma-directives
This commit is contained in:
parent
80fe1bf4a9
commit
2ed75c9f45
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta http-equiv="Cache-Control" content="public" />
|
||||
{{ "<!-- Enable responsiveness on mobile devices -->" | safeHTML }}
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||||
{{ hugo.Generator }}
|
||||
|
|
Loading…
Reference in a new issue