Sha256: 6eb6af0b00d1d2e2e545aa6764269a79ad1be7e22fad07ea937688620ac0f3ea

Contents?: true

Size: 1.21 KB

Versions: 13

Compression:

Stored size: 1.21 KB

Contents

{% for section in include.sections %}
    {% if section.format == "title" %}
        {% include flow/title.html object=section %}
    {% elsif section.format == "members" %}
        {% include flow/members-section.html object=section %}
    {% elsif section.format == "youtube" %}
        <div class="col col-12 youtube_embed">
            {% include youtube.html url=section.url title=section.title poster_image=section.poster_image %}
        </div>
    {% elsif section.format == "tabs" %}
        {% include flow/tabbed_content.html object=section %}
    {% elsif section.format == "block" %}
        {% include flow/blocks.html object=section %}
    {% elsif section.format == "buttons" %}
        {% include flow/buttons.html object=section.buttons_content style=section.style  %}
    {% elsif section.format == "text" %}
        {% include flow/text.html object=section %}
    {% elsif section.format == "custom_include" %}
        {% include {{section.source}} object=section %}
    {% elsif section.format == "slider" %}
        {% include flow/slider_row.html object=section.slider_content %}
    {% elsif section.format == "feature_block" %}
        {% include flow/feature_block.html object=section %}
    {% endif %}
{% endfor %}

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
jumbo-jekyll-theme-6.0.0.4 _includes/flow/flow_inner.html
jumbo-jekyll-theme-6.0.0.3 _includes/flow/flow_inner.html
jumbo-jekyll-theme-6.0.0.2 _includes/flow/flow_inner.html
jumbo-jekyll-theme-6.0.0.1 _includes/flow/flow_inner.html
jumbo-jekyll-theme-6.0.0.0 _includes/flow/flow_inner.html
jumbo-jekyll-theme-5.7.0.7 _includes/flow/flow_inner.html
jumbo-jekyll-theme-5.7.0.6 _includes/flow/flow_inner.html
jumbo-jekyll-theme-5.7.0.5 _includes/flow/flow_inner.html
jumbo-jekyll-theme-5.7.0.4 _includes/flow/flow_inner.html
jumbo-jekyll-theme-5.7.0.3 _includes/flow/flow_inner.html
jumbo-jekyll-theme-5.7.0.2 _includes/flow/flow_inner.html
jumbo-jekyll-theme-5.7.0.1 _includes/flow/flow_inner.html
jumbo-jekyll-theme-5.7.0 _includes/flow/flow_inner.html