summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_includes/JB/setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/JB/setup b/_includes/JB/setup
index efcd84b..bc1233d 100644
--- a/_includes/JB/setup
+++ b/_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