Sha256: 010aab1cd8baf33344e3f6a7bd515d4685124b35c8ad1601ec8d2ffcbeadb087
Contents?: true
Size: 1.09 KB
Versions: 2
Compression:
Stored size: 1.09 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jumbo-jekyll-theme-5.6.9.4 | _layouts/flow.html |
jumbo-jekyll-theme-5.6.9.3 | _layouts/flow.html |