Sha256: 6d97e51312df3bb6a2c25cf72a348d81368d6776c87d7c3162bcd1cbe92abc32

Contents?: true

Size: 1.06 KB

Versions: 19

Compression:

Stored size: 1.06 KB

Contents

---
layout: base
---
{% if page.jumbotron.carousel-images %}
    {% include carousel-header.html images=page.jumbotron.carousel-images %}
    {% include jumbotron.html %}
{% elsif page.jumbotron %}
    {% include jumbotron.html %}
{% else %}
    {% include breadcrumb.html %}
{% endif %}
{% if page.flow %}
<div id="flow_wrapper">
    {% for each in page.flow %}
        {% if each.row == "main_content_row" %}
            <div class="row" id="main_content">
                <div class="container">
                    {{content}}
                </div>
            </div>
        {% elsif each.row == "container_row" %}
            {% include core/container_row.html object=each %}
        {% elsif each.row == "full_width_row" %}
            {% include core/full_width_row.html object=each %}
        {% elsif each.row == "custom_include_row" %}
            {% include {{each.source}} %}
        {% endif %}
    {% endfor %}
</div>
{% else %}
    <div class="row" id="content-container">
        <div class="container">
            {{content}}
        </div>
    </div>
{% endif %}

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
jumbo-jekyll-theme-5.6.9.2 _layouts/flow.html
jumbo-jekyll-theme-5.6.9.1 _layouts/flow.html
jumbo-jekyll-theme-5.6.9 _layouts/flow.html
jumbo-jekyll-theme-5.6.8 _layouts/flow.html
jumbo-jekyll-theme-5.6.7 _layouts/flow.html
jumbo-jekyll-theme-5.6.6 _layouts/flow.html
jumbo-jekyll-theme-5.6.5 _layouts/flow.html
jumbo-jekyll-theme-5.6.4 _layouts/flow.html
jumbo-jekyll-theme-5.6.3 _layouts/flow.html
jumbo-jekyll-theme-5.6.2 _layouts/flow.html
jumbo-jekyll-theme-5.6.0 _layouts/flow.html
jumbo-jekyll-theme-5.5.6 _layouts/flow.html
jumbo-jekyll-theme-5.5.5 _layouts/flow.html
jumbo-jekyll-theme-5.5.4 _layouts/flow.html
jumbo-jekyll-theme-5.5.3 _layouts/flow.html
jumbo-jekyll-theme-5.5.2 _layouts/flow.html
jumbo-jekyll-theme-5.5.1 _layouts/flow.html
jumbo-jekyll-theme-5.5.0 _layouts/flow.html
jumbo-jekyll-theme-5.4.0 _layouts/flow.html