Sha256: 559eaecef75dc1fa8a9992094d39717ba60db591ab58484ada06be61ba7bf0c7

Contents?: true

Size: 1.2 KB

Versions: 8

Compression:

Stored size: 1.2 KB

Contents

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
linaro-jekyll-theme-5.1.0 _layouts/flow.html
linaro-jekyll-theme-5.0.1 _layouts/flow.html
linaro-jekyll-theme-5.0.0 _layouts/flow.html
linaro-jekyll-theme-4.3.3 _layouts/flow.html
linaro-jekyll-theme-4.3.2 _layouts/flow.html
linaro-jekyll-theme-4.3.1 _layouts/flow.html
linaro-jekyll-theme-4.3.0 _layouts/flow.html
linaro-jekyll-theme-4.2.0 _layouts/flow.html