Merge pull request #763 from redpik/patch-1

Remove the X-UA-Compatible meta tag - thx @redpik 
Looks good, even Bootstrap itself drope this
This commit is contained in:
Holger 2018-08-07 20:06:52 +02:00 committed by GitHub
commit 8f8d707a96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ $container = get_theme_mod( 'understrap_container_type' );
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">