Adding IE compatability breaoker meta tag
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 9 Feb 2016 21:46:31 +0000 (16:46 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 9 Feb 2016 21:46:31 +0000 (16:46 -0500)
header.php
style.css

index 4d63040..3c346fd 100644 (file)
@@ -1,6 +1,7 @@
 <!doctype html>
 <html class="no-js" lang="en">
   <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
index 1e1ba58..a887f4c 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: OtsegoCounty
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for OtsegoCounty
-Version: 1.0.17
+Version: 1.0.18
 */