Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dde8169

Browse files
committed
_includes/JB/setup: page.theme.name → layout.theme.name
1 parent abb4c23 commit dde8169

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_includes/JB/setup

Lines changed: 3 additions & 3 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 %}
20-
{% endif %}
19+
{% capture ASSET_PATH %}{{ BASE_PATH }}/assets/themes/{{ layout.theme.name }}{% endcapture %}
20+
{% endif %}
2121
{% endif %}
22-
{% endcapture %}{% assign jbcache = nil %}
22+
{% endcapture %}{% assign jbcache = nil %}

0 commit comments

Comments
 (0)