From d68bd4e7b8d1b910851b0ab134b41d233626f76e Mon Sep 17 00:00:00 2001 From: manojo Date: Mon, 11 Apr 2016 15:05:02 +0200 Subject: [PATCH] page becomes layout --- _includes/JB/setup | 6 +++--- _includes/themes/mark-reid/page.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/JB/setup b/_includes/JB/setup index efcd84b..a79237e 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 %} - {% endif %} + {% 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 %} diff --git a/_includes/themes/mark-reid/page.html b/_includes/themes/mark-reid/page.html index 05af78e..d0e6a82 100644 --- a/_includes/themes/mark-reid/page.html +++ b/_includes/themes/mark-reid/page.html @@ -1,5 +1,5 @@
- +

{{ page.title }}

{{ content }}