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:
authorHuy Tran <hoang.huy.tran@gmail.com>2020-11-03 03:21:45 +0300
committerGitHub <noreply@github.com>2020-11-03 03:21:45 +0300
commit2ff0e97748257181111204a72a6dc827aec59bb9 (patch)
tree6de36896dfacfdf37b9885221d675fdc5f50d894
parent977c128307dd03001aa72ae8f2524ac2efb495ba (diff)
parent2ed75c9f45e943e62f72a0043ecf7292abf2795f (diff)
Merge pull request #118 from nekr0z/cache-control
remove Cache-Control meta header
-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 }}