Repository: bahir-website Updated Branches: refs/heads/master 02a70b072 -> 2df4250dd
Correct theme for Jekyll v3.1 > 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. Closes #8 Fixes #7 Project: http://git-wip-us.apache.org/repos/asf/bahir-website/repo Commit: http://git-wip-us.apache.org/repos/asf/bahir-website/commit/613370a2 Tree: http://git-wip-us.apache.org/repos/asf/bahir-website/tree/613370a2 Diff: http://git-wip-us.apache.org/repos/asf/bahir-website/diff/613370a2 Branch: refs/heads/master Commit: 613370a2b7ecf762a3dcb9837890b265f4fbb4c7 Parents: 02a70b0 Author: Stian Soiland-Reyes <[email protected]> Authored: Wed Oct 5 15:05:24 2016 +0100 Committer: Luciano Resende <[email protected]> Committed: Fri Oct 28 01:14:56 2016 +0200 ---------------------------------------------------------------------- site/_includes/JB/setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bahir-website/blob/613370a2/site/_includes/JB/setup ---------------------------------------------------------------------- diff --git a/site/_includes/JB/setup b/site/_includes/JB/setup index efcd84b..03d0966 100644 --- a/site/_includes/JB/setup +++ b/site/_includes/JB/setup @@ -16,7 +16,7 @@ {% if site.JB.ASSET_PATH %} {% assign ASSET_PATH = site.JB.ASSET_PATH %} {% else %} - {% capture ASSET_PATH %}{{ BASE_PATH }}/assets/themes/{{ page.theme.name }}{% endcapture %} + {% capture ASSET_PATH %}{{ BASE_PATH }}/assets/themes/{{ layout.theme.name }}{% endcapture %} {% endif %} {% endif %} -{% endcapture %}{% assign jbcache = nil %} \ No newline at end of file +{% endcapture %}{% assign jbcache = nil %}
