Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abb4c23 commit dde8169Copy full SHA for dde8169
_includes/JB/setup
@@ -16,7 +16,7 @@
16
{% if site.JB.ASSET_PATH %}
17
{% assign ASSET_PATH = site.JB.ASSET_PATH %}
18
{% else %}
19
- {% capture ASSET_PATH %}{{ BASE_PATH }}/assets/themes/{{ page.theme.name }}{% endcapture %}
20
- {% endif %}
+ {% capture ASSET_PATH %}{{ BASE_PATH }}/assets/themes/{{ layout.theme.name }}{% endcapture %}
+ {% endif %}
21
{% endif %}
22
-{% endcapture %}{% assign jbcache = nil %}
+{% endcapture %}{% assign jbcache = nil %}
0 commit comments