From 2d80efd2972790c5907f7137fd08dfb2b56ea25a Mon Sep 17 00:00:00 2001 From: Julian Kooij Date: Mon, 30 Sep 2019 18:59:10 +0200 Subject: [PATCH] Add jekyll-include-cache to fix github page error Gitgub gives a building error: "The tag include_cached on line 15 in /_layouts/default.html is not a recognized Liquid tag" This fix is from https://github.com/mmistakes/minimal-mistakes/issues/1875#issuecomment-427205849 --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 28f8ad4..4784ca4 100644 --- a/_config.yml +++ b/_config.yml @@ -203,6 +203,7 @@ whitelist: - jekyll-gist - jekyll-feed - jemoji + - jekyll-include-cache # Archives