Fix empty <img> when site_logo is not assigned

Ref: https://github.com/mmistakes/minimal-mistakes/pull/2026#issuecomment-454809876
This commit is contained in:
Michael Rose
2019-01-16 11:06:54 -05:00
parent c44e65cdec
commit afd8cfd99e
13 changed files with 26 additions and 14 deletions

View File

@@ -1,3 +1,9 @@
## [4.15.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.15.1)
### Bug Fixes
- Fix empty `<img>` 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