From 790bbf59a248596317a47353c45b4823d7fcf471 Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Sun, 26 Apr 2020 14:34:47 -0400 Subject: [PATCH] mention remote_theme in changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dda1346..23498a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This file lists all non-trivial changes to Beautiful Jekyll. I often make small changes to documentation, to the demo site, or to the general look-and-feel. These changes will not be listed here. Any other minor changes will also not be listed here. +**2020-04-26** Beautifull-Jekyll now supports the `remote_theme` config (#339) (thanks @gpotter2 and @skalee) + **2020-04-25** Added a `home` layout and used it in the index page **2020-04-24** Adding readtime support for the post header (#622) (thanks @MutMatt and @rubyreads)