~xdavidwu/xdavidwu.link

3e6fb94793c0e52d737d8f85b37a7431b7eb5723 — Michael Rose 7 years ago ecafbcf
Remove the http-equiv="cleartype" meta tag

Reasons for dropping: https://www.drupal.org/node/1717090
Close #1087
2 files changed, 2 insertions(+), 3 deletions(-)

M CHANGELOG.md
M _includes/head.html
M CHANGELOG.md => CHANGELOG.md +1 -0
@@ 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


M _includes/head.html => _includes/head.html +1 -3
@@ 29,6 29,4 @@
      height: 100%;
    }
  </style>
<![endif]-->

<meta http-equiv="cleartype" content="on">
\ No newline at end of file
<![endif]-->
\ No newline at end of file