From 9f64e4140191eec87be06bc093bb51750a6faa98 Mon Sep 17 00:00:00 2001 From: vitalyster Date: Thu, 27 Apr 2017 12:00:55 +0300 Subject: [PATCH] fix JB warning --- _includes/JB/setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/JB/setup b/_includes/JB/setup index efcd84b0..03d0966f 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 +{% endcapture %}{% assign jbcache = nil %}