feat: remove x-ua-compatible tag (#2742)

This is redundant in IE 11.
This commit is contained in:
Nathan Knowler
2021-06-16 12:41:53 -05:00
committed by GitHub
parent 933f9ad8a5
commit e7de7b256a

View File

@@ -2,7 +2,6 @@
<html <?php language_attributes(); ?>> <html <?php language_attributes(); ?>>
<head> <head>
<meta charset="utf-8"> <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"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<?php wp_head(); ?> <?php wp_head(); ?>
</head> </head>