Sha256: 0378b9967363ef5ba5079de79c8bdd732f7c13fa81d3aff985d9f336c14e4117

Contents?: true

Size: 960 Bytes

Versions: 10

Compression:

Stored size: 960 Bytes

Contents

{% for section in include.sections %}
    {% if section.format == "title" %}
        {% include core/title.html object=section.title_content %}
    {% elsif section.format == "members" %}
        {% include core/members-section.html object=section %}
    {% elsif section.format == "block" %}
        {% include core/blocks.html object=section %}
    {% elsif section.format == "buttons" %}
        {% include core/buttons.html object=section.buttons_content style=section.style %}
    {% elsif section.format == "text" %}
        {% include core/text.html object=section %}
    {% elsif section.format == "custom_include" %}
        {% include {{section.source}} object=section %}
    {% elsif section.format == "slider" %}
        {% include core/slider_row.html object=section.slider_content %}
    {% elsif section.format == "feature_block" %}
        {% include core/feature_block.html object=section.feature_block_content %}
    {% endif %}
{% endfor %}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
jumbo-jekyll-theme-5.6.9.2 _includes/flow_inner.html
jumbo-jekyll-theme-5.6.9.1 _includes/flow_inner.html
jumbo-jekyll-theme-5.6.9 _includes/flow_inner.html
jumbo-jekyll-theme-5.6.8 _includes/flow_inner.html
jumbo-jekyll-theme-5.6.7 _includes/flow_inner.html
jumbo-jekyll-theme-5.6.6 _includes/flow_inner.html
jumbo-jekyll-theme-5.6.5 _includes/flow_inner.html
jumbo-jekyll-theme-5.6.4 _includes/flow_inner.html
jumbo-jekyll-theme-5.6.3 _includes/flow_inner.html
jumbo-jekyll-theme-5.6.2 _includes/flow_inner.html