Skip to content

Commit

Permalink
Add jekyll-include-cache to fix github page error
Browse files Browse the repository at this point in the history
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
mmistakes/minimal-mistakes#1875 (comment)
  • Loading branch information
jkooij committed Sep 30, 2019
1 parent eeda5e0 commit 2d80efd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ whitelist:
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache


# Archives
Expand Down

0 comments on commit 2d80efd

Please sign in to comment.