Sha256: 0966d63ce9ca589e93b7cba0f09eb444ebf8a792b8f123f63818c713ce3a3eb8

Contents?: true

Size: 1.4 KB

Versions: 11

Compression:

Stored size: 1.4 KB

Contents

{% for section in include.sections %}
    {% if section.format == "title" %}
        {% include flow/title.html object=section %}
    {% elsif section.format == "members" %}
        {% include flow/members.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 == "collapse" %}
        {% include flow/collapse.html object=section %}
    {% elsif section.format == "block" %}
        {% include flow/blocks.html object=section %}
    {% elsif section.format == "image" %}
        {% include flow/image.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

11 entries across 11 versions & 1 rubygems

Version Path
linaro-jekyll-theme-5.1.0 _includes/flow/flow_inner.html
linaro-jekyll-theme-5.0.1 _includes/flow/flow_inner.html
linaro-jekyll-theme-5.0.0 _includes/flow/flow_inner.html
linaro-jekyll-theme-4.3.3 _includes/flow/flow_inner.html
linaro-jekyll-theme-4.3.2 _includes/flow/flow_inner.html
linaro-jekyll-theme-4.3.1 _includes/flow/flow_inner.html
linaro-jekyll-theme-4.3.0 _includes/flow/flow_inner.html
linaro-jekyll-theme-4.2.0 _includes/flow/flow_inner.html
linaro-jekyll-theme-4.1.6 _includes/flow/flow_inner.html
linaro-jekyll-theme-4.1.5 _includes/flow/flow_inner.html
linaro-jekyll-theme-4.1.4 _includes/flow/flow_inner.html