Sha256: 90c9a7051b0d16979eae63272510aac29f22727832e4c0bd32cc159e480a7b92

Contents?: true

Size: 712 Bytes

Versions: 4

Compression:

Stored size: 712 Bytes

Contents

<div class="container-fluid content" id="main_container">
{% for section in include.flow %}
    {% if section.type == "main-content" %}
        <div class="row" id="main_content">
            <div class="container">
                {{content}}
            </div>
        </div>
    {% elsif section.type == "slider" %}
        {% include slider.html object=section %}
    {% elsif section.type == "latest-posts" %}
        {% include latest_posts.html limit=section.number_of_posts %}
    {% elsif section.type == "feature-block" %}
        {% include feature-block.html object=section %}
    {% elsif section.type == "cards" %}
        {% include cards.html object=section %}
    {% endif %}
{% endfor %}
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jumbo-jekyll-theme-4.9.0 _includes/flow.html
jumbo-jekyll-theme-4.8.4 _includes/flow.html
jumbo-jekyll-theme-4.8.3 _includes/flow.html
jumbo-jekyll-theme-4.8.2 _includes/flow.html