Sha256: 4e0184c5880071926983017f5b35acb587b2292a30b334efd622dfb84e208d54

Contents?: true

Size: 1.41 KB

Versions: 6

Compression:

Stored size: 1.41 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 == "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

6 entries across 6 versions & 1 rubygems

Version Path
linaro-jekyll-theme-4.1.3 _includes/flow/flow_inner.html
linaro-jekyll-theme-4.1.2 _includes/flow/flow_inner.html
linaro-jekyll-theme-4.1.1 _includes/flow/flow_inner.html
linaro-jekyll-theme-4.1.0 _includes/flow/flow_inner.html
linaro-jekyll-theme-4.0.2 _includes/flow/flow_inner.html
linaro-jekyll-theme-4.0.1 _includes/flow/flow_inner.html