From 5d29af830510c7f274389e89d19140489135145c 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 --- minimal-mistakes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minimal-mistakes/README.md b/minimal-mistakes/README.md index d4b14a8b..efd33e2f 100644 --- a/minimal-mistakes/README.md +++ b/minimal-mistakes/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