layouts/partials/head-meta.html: Remove IE meta tags

Bootstrap v4 Alpha 6 removes support for IE 8 and 9 and these tags
are no longer necessary.

See: https://github.com/twbs/bootstrap/pull/21483
This commit is contained in:
Alan Orth 2017-01-07 22:06:25 +02:00
parent e9d05dd97d
commit a3bd024e29
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
{{ "<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->" | safeHTML }}
{{ template "_internal/opengraph.html" . }}
{{ template "_internal/schema.html" . }}