From eb1f44505044e0228ff207d243abe0c2259983c0 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Tue, 29 Aug 2017 15:41:47 -0400 Subject: [PATCH] Remove the http-equiv="cleartype" meta tag Reasons for dropping: https://www.drupal.org/node/1717090 Close #1087 --- CHANGELOG.md | 1 + _includes/head.html | 4 +--- docs/_docs/18-history.md | 3 ++- docs/_includes/head.html | 4 +--- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49db3ff5..88f54bc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Add `.page__comments-form` to "non-printing" selectors in print styles. [#1195](https://github.com/mmistakes/minimal-mistakes/pull/1195) - Add LinkedIn and Steam author sidebar examples to `_config.yml`. [#1203](https://github.com/mmistakes/minimal-mistakes/pull/1203) [#1204](https://github.com/mmistakes/minimal-mistakes/pull/1204) - Clarify documentation for `jekyll-archives` plugin and how to install. [#1206](https://github.com/mmistakes/minimal-mistakes/pull/1206) [#811](https://github.com/mmistakes/minimal-mistakes/issues/811) +- Remove the http-equiv="cleartype" meta tag. [#1087](https://github.com/mmistakes/minimal-mistakes/pull/1087) ### Bug Fixes diff --git a/_includes/head.html b/_includes/head.html index cb675e2c..95aa9271 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -29,6 +29,4 @@ height: 100%; } - - - \ No newline at end of file + \ No newline at end of file diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index 9f428136..f072ddf0 100644 --- a/docs/_docs/18-history.md +++ b/docs/_docs/18-history.md @@ -4,7 +4,7 @@ permalink: /docs/history/ excerpt: "Change log of enhancements and bug fixes made to the theme." sidebar: nav: docs -last_modified_at: 2017-08-29T15:00:09-04:00 +last_modified_at: 2017-08-29T15:40:03-04:00 --- ## Unreleased @@ -14,6 +14,7 @@ last_modified_at: 2017-08-29T15:00:09-04:00 - Add `.page__comments-form` to "non-printing" selectors in print styles. [#1195](https://github.com/mmistakes/minimal-mistakes/pull/1195) - Add LinkedIn and Steam author sidebar examples to `_config.yml`. [#1203](https://github.com/mmistakes/minimal-mistakes/pull/1203) [#1204](https://github.com/mmistakes/minimal-mistakes/pull/1204) - Clarify documentation for `jekyll-archives` plugin and how to install. [#1206](https://github.com/mmistakes/minimal-mistakes/pull/1206) [#811](https://github.com/mmistakes/minimal-mistakes/issues/811) +- Remove the http-equiv="cleartype" meta tag. [#1087](https://github.com/mmistakes/minimal-mistakes/pull/1087) ### Bug Fixes diff --git a/docs/_includes/head.html b/docs/_includes/head.html index cb675e2c..95aa9271 100644 --- a/docs/_includes/head.html +++ b/docs/_includes/head.html @@ -29,6 +29,4 @@ height: 100%; } - - - \ No newline at end of file + \ No newline at end of file