Skip to content

Commit ed79e32

Browse files
committed
2-3 layout-metadata
From: GitHub <[email protected]> The page build completed successfully, but returned the following warning for the branch: You are currently using the Jekyll Bootstrap framework which has a known incompatibility with Jekyll v3.1. To fix this incompatibility, change in to . 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.
1 parent 187fcaa commit ed79e32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/JB/setup

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
{% if site.JB.ASSET_PATH %}
1717
{% assign ASSET_PATH = site.JB.ASSET_PATH %}
1818
{% else %}
19-
{% capture ASSET_PATH %}{{ BASE_PATH }}/assets/themes/{{ page.theme.name }}{% endcapture %}
19+
{% capture ASSET_PATH %}{{ BASE_PATH }}/assets/themes/{{ layout.theme.name }}{% endcapture %}
2020
{% endif %}
2121
{% endif %}
22-
{% endcapture %}{% assign jbcache = nil %}
22+
{% endcapture %}{% assign jbcache = nil %}

0 commit comments

Comments
 (0)