Sha256: cd6461c312da2e6540ead1efd77c7f714ae265192939e7bb67a94c0a7cd68853

Contents?: true

Size: 474 Bytes

Versions: 33

Compression:

Stored size: 474 Bytes

Contents

{% if page.js-package %}
    {% capture js-package %}package-{{page.js-package}}{% endcapture %}
    <script type="text/javascript" src="{% asset_path {{js-package}}  %}"></script>
{% elsif layout.js-package %}
    {% capture js-package %}package-{{layout.js-package}}{% endcapture %}
    <script type="text/javascript" src="{% asset_path {{js-package}}  %}"></script>
{% else %}
    <script type="text/javascript" src="{% asset_path package-main %}"></script>
{% endif %}

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
jumbo-jekyll-theme-5.6.9.2 _includes/javascript.html
jumbo-jekyll-theme-5.6.9.1 _includes/javascript.html
jumbo-jekyll-theme-5.6.9 _includes/javascript.html
jumbo-jekyll-theme-5.6.8 _includes/javascript.html
jumbo-jekyll-theme-5.6.7 _includes/javascript.html
jumbo-jekyll-theme-5.6.6 _includes/javascript.html
jumbo-jekyll-theme-5.6.5 _includes/javascript.html
jumbo-jekyll-theme-5.6.4 _includes/javascript.html
jumbo-jekyll-theme-5.6.3 _includes/javascript.html
jumbo-jekyll-theme-5.6.2 _includes/javascript.html
jumbo-jekyll-theme-5.6.0 _includes/javascript.html
jumbo-jekyll-theme-5.5.6 _includes/javascript.html
jumbo-jekyll-theme-5.5.5 _includes/javascript.html
jumbo-jekyll-theme-5.5.4 _includes/javascript.html
jumbo-jekyll-theme-5.5.3 _includes/javascript.html
jumbo-jekyll-theme-5.5.2 _includes/javascript.html
jumbo-jekyll-theme-5.5.1 _includes/javascript.html
jumbo-jekyll-theme-5.5.0 _includes/javascript.html
jumbo-jekyll-theme-5.4.0 _includes/javascript.html
jumbo-jekyll-theme-5.3.4 _includes/javascript.html