From d1379f8f8fe173ac9fdad090f33c9ea025442846 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Wed, 16 Jan 2019 11:06:54 -0500 Subject: [PATCH] Fix empty `` when `site_logo` is not assigned Ref: https://github.com/mmistakes/minimal-mistakes/pull/2026#issuecomment-454809876 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- _includes/masthead.html | 2 +- _layouts/default.html | 2 +- _sass/minimal-mistakes.scss | 2 +- assets/js/main.min.js | 2 +- minimal-mistakes-jekyll.gemspec | 2 +- package.json | 2 +- 8 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10543e8..c034132 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.15.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.15.1) + +### Bug Fixes + +- Fix empty `` when `site_logo` is not assigned. [#2026](https://github.com/mmistakes/minimal-mistakes/pull/2026#issuecomment-454809876) + ## [4.15.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.15.0) ### Enhancements diff --git a/README.md b/README.md index d4b14a8..efd33e2 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ To install: bundle ``` -4. Add `remote_theme: "mmistakes/minimal-mistakes@4.15.0"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry. +4. Add `remote_theme: "mmistakes/minimal-mistakes@4.15.1"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry. ## Usage diff --git a/_includes/masthead.html b/_includes/masthead.html index f3ee59e..cc2c42a 100644 --- a/_includes/masthead.html +++ b/_includes/masthead.html @@ -8,7 +8,7 @@