Remove blank YAML Front Matter from JavaScript banner

- No longer needed ref: https://github.com/jekyll/jekyll/pull/5918

Ref: https://github.com/mmistakes/minimal-mistakes/issues/1158
This commit is contained in:
Michael Rose
2017-08-06 10:43:36 -04:00
parent 1205a8c46c
commit 709a1e8583
5 changed files with 4 additions and 14 deletions

View File

@@ -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-06T10:31:32-04:00
last_modified_at: 2017-08-06T10:43:26-04:00
---
## Unreleased
@@ -12,6 +12,7 @@ last_modified_at: 2017-08-06T10:31:32-04:00
### Enhancements
- Add Greek localized UI text strings. [#1159](https://github.com/mmistakes/minimal-mistakes/pull/1159)
- Remove blank YAML Front Matter from JavaScript banner. [#1158](https://github.com/mmistakes/minimal-mistakes/issues/1158)
## [4.5.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.5.0)