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:
Evgeny Kuznetsov 2020-04-04 09:42:24 +03:00
parent 80fe1bf4a9
commit 2ed75c9f45
No known key found for this signature in database
GPG Key ID: 79B2B092A63F5E6F
1 changed files with 0 additions and 1 deletions

View File

@ -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 }}