summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2016-10-05 17:36:47 +0200
committerrautenberg <rautenberg@in-silico.ch>2016-10-05 17:36:47 +0200
commitd5e147554648788711b8b048070c5aa465bdeed0 (patch)
tree59e0e8609afc5ac0ffeed6ffc7edacc035fb8239
parentf47e6778ff15244ae253a5d5d94f622ceb54bf1f (diff)
fix Page build warnings
-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