Sha256: bb24c80a74b15789d0413ea8f06ceb4313584e1198771ee9592c01de827aca43

Contents?: true

Size: 733 Bytes

Versions: 8

Compression:

Stored size: 733 Bytes

Contents

{% capture jbcache %}
  <!--
  - Dynamically set liquid variables for working with URLs/paths
  -->
  {% if site.JB.setup.provider == "custom" %}
    {% include custom/setup %}
  {% 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 %}
    {% endif %}  
  {% endif %}
{% endcapture %}{% assign jbcache = nil %}

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
dextery-0.0.4a lib/dextery/template/_includes/JB/setup
dextery-0.0.4 lib/dextery/template/_includes/JB/setup
dextery-0.0.3c lib/dextery/template/_includes/JB/setup
delphivm-0.9.0 dvmimports.org/_includes/JB/setup
delphivm-0.8.1 dvmimports.org/_includes/JB/setup
delphivm-0.8.0 dvmimports.org/_includes/JB/setup
delphivm-0.7.7 dvmimports.org/_includes/JB/setup
delphivm-0.7.4 dvmimports.org/_includes/JB/setup