Changeset - 9f64e4140191
[Not reviewed]
0 1 0
vitalyster - 8 years ago 2017-04-27 11:00:55
vitalyster@gmail.com
fix JB warning
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
_includes/JB/setup
Show inline comments
 
@@ -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 %}
0 comments (0 inline, 0 general)