Sha256: bea3f36c46f63115194df3f11fc1d30e1052149c7733b8f167382077c66ff831

Contents?: true

Size: 751 Bytes

Versions: 16

Compression:

Stored size: 751 Bytes

Contents

<div class="container-fluid content {% if page.header %}not_top{% endif %}" 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

16 entries across 16 versions & 1 rubygems

Version Path
seriously_simple_static_starter-0.5.1 _includes/flow.html
seriously_simple_static_starter-0.5.0 _includes/flow.html
seriously_simple_static_starter-0.4.0 _includes/flow.html
seriously_simple_static_starter-0.3.1 _includes/flow.html
seriously_simple_static_starter-0.3.0 _includes/flow.html
seriously_simple_static_starter-0.2.9.1 _includes/flow.html
seriously_simple_static_starter-0.2.9 _includes/flow.html
seriously_simple_static_starter-0.2.8 _includes/flow.html
seriously_simple_static_starter-0.2.7 _includes/flow.html
seriously_simple_static_starter-0.2.6 _includes/flow.html
seriously_simple_static_starter-0.2.5 _includes/flow.html
seriously_simple_static_starter-0.2.4 _includes/flow.html
seriously_simple_static_starter-0.2.3 _includes/flow.html
seriously_simple_static_starter-0.2.2 _includes/flow.html
seriously_simple_static_starter-0.2.1 _includes/flow.html
seriously_simple_static_starter-0.2.0 _includes/flow.html