Skip to content

Commit

Permalink
layouts/partials/head-meta.html: Remove IE meta tags
Browse files Browse the repository at this point in the history
Bootstrap v4 Alpha 6 removes support for IE 8 and 9 and these tags
are no longer necessary.

See: twbs/bootstrap#21483
  • Loading branch information
alanorth committed Jan 7, 2017
1 parent 2556453 commit d4110a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions layouts/partials/head-meta.html
@@ -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" . }}
Expand Down

0 comments on commit d4110a6

Please sign in to comment.