Sha256: a6cbdca43cb81ae4076bddcac8b29e14cf4676d6b5a20b76c1d62e6ccf704763

Contents?: true

Size: 1.1 KB

Versions: 25

Compression:

Stored size: 1.1 KB

Contents

---
layout: base
---
{% if page.jumbotron %}
    {% include components/jumbotron.html %}
{% elsif page.breadcrumb %}
    {% include components/breadcrumb.html %}
{% 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

25 entries across 25 versions & 2 rubygems

Version Path
linaro-jekyll-theme-4.1.6 _layouts/flow.html
linaro-jekyll-theme-4.1.5 _layouts/flow.html
linaro-jekyll-theme-4.1.4 _layouts/flow.html
linaro-jekyll-theme-4.1.3 _layouts/flow.html
linaro-jekyll-theme-4.1.2 _layouts/flow.html
linaro-jekyll-theme-4.1.1 _layouts/flow.html
linaro-jekyll-theme-4.1.0 _layouts/flow.html
linaro-jekyll-theme-4.0.2 _layouts/flow.html
linaro-jekyll-theme-4.0.1 _layouts/flow.html
jumbo-jekyll-theme-6.0.2.1 _layouts/flow.html
jumbo-jekyll-theme-6.0.2.0 _layouts/flow.html
jumbo-jekyll-theme-6.0.1.4 _layouts/flow.html
jumbo-jekyll-theme-6.0.1.3 _layouts/flow.html
jumbo-jekyll-theme-6.0.1.2 _layouts/flow.html
jumbo-jekyll-theme-6.0.1.1 _layouts/flow.html
jumbo-jekyll-theme-6.0.1.0 _layouts/flow.html
jumbo-jekyll-theme-6.0.0.5 _layouts/flow.html
jumbo-jekyll-theme-6.0.0.4 _layouts/flow.html
jumbo-jekyll-theme-6.0.0.3 _layouts/flow.html
jumbo-jekyll-theme-6.0.0.2 _layouts/flow.html