🐛 Fix: remove unneeded meta tag

This was only needed for IE10 and lower (which are no longer supported) and chromeframe which was a Google plugin for IE8 and lower and was discontinued many years ago. So this meta tag can be safely removed.
This commit is contained in:
Cell
2022-08-26 15:48:16 +08:00
parent 3f3d5aee37
commit dfbffa2ad5
-1
View File
@@ -9,7 +9,6 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2">
<meta name="robots" content="noodp" />
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
<title>
{{- block "title" . }}{{ .Site.Title }}{{ end -}}
</title>