Jekyll Bootstrap framework has a known incompatibility with Jekyll v3.1.
LFSaw opened this issue · 2 comments
LFSaw commented
I just got this message when editing the pages:
The page build completed successfully, but returned the following warning:
You are currently using the Jekyll Bootstrap framework which has a known incompatibility with Jekyll v3.1. To fix this incompatibility, change `page.theme.name` in `_includes/JB/setup` to `layout.theme.name`. Your site may not build properly until this change has been applied. For more information, see http://jekyllrb.com/docs/upgrading/2-to-3/#layout-metadata.
For information on troubleshooting Jekyll see:
https://help.github.com/articles/troubleshooting-jekyll-builds
If you have any questions you can contact us by replying to this email.
is it save to just do this? @crucialfelix ?
mossheim commented
@LFSaw I just pushed a change to master and didn't get that warning this time. Maybe this is safe to close? There is no page.theme.name in _includes/JB/setup anyway, so perhaps it was a false positive.
LFSaw commented
sure, if it is gone away... :)