From 2ed75c9f45e943e62f72a0043ecf7292abf2795f Mon Sep 17 00:00:00 2001 From: Evgeny Kuznetsov Date: Sat, 4 Apr 2020 09:42:24 +0300 Subject: [PATCH] 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 --- layouts/partials/header/meta.html | 1 - 1 file changed, 1 deletion(-) 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 @@ - {{ "" | safeHTML }} {{ hugo.Generator }}