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 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
_includes/JB/setup
Show inline comments
 
@@ -7,16 +7,16 @@
 
  {% else %}
 
    {% if site.safe and site.JB.BASE_PATH and site.JB.BASE_PATH != '' %}
 
      {% assign BASE_PATH = site.JB.BASE_PATH %}
 
      {% assign HOME_PATH = site.JB.BASE_PATH %}
 
    {% else %}
 
      {% assign BASE_PATH = nil %}
 
      {% assign HOME_PATH = "/" %}
 
    {% endif %}
 

	
 
    {% 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 %}
0 comments (0 inline, 0 general)