diff options
| author | Antonin Descampe <antonin@gmail.com> | 2016-06-20 00:14:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-20 00:14:13 +0200 |
| commit | 2d70193d6241bb8a3d7737948d6bbc7ee6977f89 (patch) | |
| tree | a7d728c1f49362f3a16c5f3b01a336d6495fa282 /_includes | |
| parent | f7612828b44120f1a5b4ee9b0c227be468614dcc (diff) | |
Update setup
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/JB/setup | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/JB/setup b/_includes/JB/setup index 96a4a8d4..2f7954b3 100644 --- a/_includes/JB/setup +++ b/_includes/JB/setup @@ -17,7 +17,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 %} |
