Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/htr3n/hyde-hyde.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Kuznetsov <evgeny@kuznetsov.md>2020-04-04 09:42:24 +0300
committerEvgeny Kuznetsov <evgeny@kuznetsov.md>2020-04-04 09:42:24 +0300
commit2ed75c9f45e943e62f72a0043ecf7292abf2795f (patch)
treeab55cf558e20836fa5d43a5cb08de513a570c4e2
parent80fe1bf4a9b6ca8aa67a2b7ffb26052a1307863e (diff)
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
-rw-r--r--layouts/partials/header/meta.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/partials/header/meta.html b/layouts/partials/header/meta.html
index 5adbbe8..e0ce340 100644
--- a/layouts/partials/header/meta.html
+++ b/layouts/partials/header/meta.html
@@ -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 }}