Sha256: f730aeba0398cb2202fa40660f0efde1dd8626cd7c80f6cc7240a96b0e8908ba
Contents?: true
Size: 979 Bytes
Versions: 2
Compression:
Stored size: 979 Bytes
Contents
{% for section in include.sections %} {% if section.format == "title" %} {% include core/title.html object=section.title_content %} {% elsif section.format == "members" %} {% include core/members-section.html object=section %} {% elsif section.format == "block" %} {% include core/blocks.html object=section %} {% elsif section.format == "buttons" %} {% include core/buttons.html object=section.buttons_content style=section.style %} {% elsif section.format == "text" %} {% include core/text.html object=section %} {% elsif section.format == "custom_include" %} {% include {{section.source}} object=section %} {% elsif section.format == "slider" %} {% include core/slider_row.html object=section.slider_content %} {% elsif section.format == "feature_block" %} {% include core/feature_block.html object=section.feature_block_content %} {% endif %} {% endfor %}
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jumbo-jekyll-theme-5.6.9.4 | _includes/flow_inner.html |
jumbo-jekyll-theme-5.6.9.3 | _includes/flow_inner.html |