From 6d9b6d82597beed18d2c9a9bdc0ee7387eec7415 Mon Sep 17 00:00:00 2001 From: King'ori Maina Date: Sat, 3 Feb 2018 07:25:14 +0200 Subject: [PATCH 1/2] Replace chrome frame with IE edge in X-UA-Compatible meta tag Because chrome frame is discontinued: https://blog.chromium.org/2013/06/retiring-chrome-frame.html Interesting conversation on Stack Overflow here: https://stackoverflow.com/a/14637972/2184155 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 18c29f0bd..debe40326 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + Minimal by Steve Smith From 5ddcc108ceeb227b46601ed3f97149494f132bd3 Mon Sep 17 00:00:00 2001 From: King'ori Maina Date: Sat, 3 Feb 2018 07:27:52 +0200 Subject: [PATCH 2/2] Lowercase attr values for x-ua-compatible meta tag Change made in order to be more consistent with the overall use of lowercase in `index.html`. From https://msdn.microsoft.com/en-us/library/jj676915.aspx: "The X-UA-Compatible header isn't case sensitive; however, it must appear in the header of the webpage (the HEAD section) before all other elements except for the title element and other meta elements." Source: https://github.com/h5bp/html5-boilerplate/issues/1656 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index debe40326..f7f3e8d8b 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + Minimal by Steve Smith