Sha256: ab28b0961dcc9609d4c11ea974e6b87f6de6892042552bad082c38eb8e31035b

Contents?: true

Size: 390 Bytes

Versions: 5

Compression:

Stored size: 390 Bytes

Contents

{% comment %} Site static assets origin {% endcomment %}

{% assign origin = 'cross_origin' %}

{% if site.assets.self_host.enabled %}
    {% if site.assets.self_host.env %}
        {% if site.assets.self_host.env == jekyll.environment %}
            {% assign origin = 'self_host' %}
        {% endif %}
    {% else %}
        {% assign origin = 'self_host' %}
    {% endif %}
{% endif %}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
redeyed-jekyll-theme-0.1.5 _includes/components/options.html
redeyed-jekyll-theme-0.1.4 _includes/components/options.html
redeyed-jekyll-theme-0.1.3 _includes/components/options.html
redeyed-jekyll-theme-0.1.2 _includes/elements/options.html
redeyed-jekyll-theme-0.1.1 _includes/elements/options.html