From d5e147554648788711b8b048070c5aa465bdeed0 Mon Sep 17 00:00:00 2001 From: rautenberg Date: Wed, 5 Oct 2016 17:36:47 +0200 Subject: fix Page build warnings --- _includes/JB/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3