Update setup
This commit is contained in:
parent
f7612828b4
commit
2d70193d62
|
@ -17,7 +17,7 @@
|
||||||
{% if site.JB.ASSET_PATH %}
|
{% if site.JB.ASSET_PATH %}
|
||||||
{% assign ASSET_PATH = site.JB.ASSET_PATH %}
|
{% assign ASSET_PATH = site.JB.ASSET_PATH %}
|
||||||
{% else %}
|
{% 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 %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endcapture %}{% assign jbcache = nil %}
|
{% endcapture %}{% assign jbcache = nil %}
|
||||||
|
|
Loading…
Reference in New Issue