You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2024. It is now read-only.
serving default jekyll-bootstrap blog with latest (3.0.0) jekyll will not load assets for blogs i.e. core-samples/lessons/2011/12/29/jekyll-introduction
Looks like with new verison Jekyll/Liquid front matter do not inherit theme variable from layouts, thats why page.theme.name is empty.
as workaround its possible to define theme for every post, or define ASSET_PATH directly in config.
btw - why not to define theme variable in config file to use in JB/setup ?
UPD: as for jekyll 3.0 layout variables now accessible with layout.variable. So updating JB/setup's capture of ASSET_PATH would resolve issue but only for posts.
I'm not sure why, but it still wont work for any layout: page pages.