Sha256: 7b8832e119047b7902f1961243fa7b8313fa2ee5a94b9e5db9b8e8dab5cba74a

Contents?: true

Size: 1.21 KB

Versions: 25

Compression:

Stored size: 1.21 KB

Contents

<div class="col col-12 blocks {% if include.object.style %}{{include.object.style}}{% endif %}">
    <div id="collapseSection" role="tablist" aria-multiselectable="true">
        {% for panel in include.object.panels %}
            <div class="card mb-3 border-0">
                <div class="card-header border" role="tab" id="section{{forloop.index}}Header">
                    <h2 class="mb-0">
                        <button class="btn btn-link btn-block text-left text-dark {% unless forloop.first %}collapsed{% endunless %}" type="button" data-toggle="collapse" data-target="#section{{forloop.index}}Content"
                            aria-expanded="true" aria-controls="section{{forloop.index}}Content">
                            {{panel.title}}
                        </button>
                    </h2>
                </div>
                <div id="section{{forloop.index}}Content" class="mt-3 collapse {% if forloop.first %}show{% endif %}" role="tabpanel" aria-labelledby="section{{forloop.index}}Header">
                    <div class="card-body border">
                        {{panel.content | markdownify}}
                    </div>
                </div>
            </div>
        {% endfor %}
    </div>
</div>

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
linaro-jekyll-theme-5.1.0 _includes/flow/collapse.html
linaro-jekyll-theme-5.0.1 _includes/flow/collapse.html
linaro-jekyll-theme-5.0.0 _includes/flow/collapse.html
linaro-jekyll-theme-4.3.3 _includes/flow/collapse.html
linaro-jekyll-theme-4.3.2 _includes/flow/collapse.html
linaro-jekyll-theme-4.3.1 _includes/flow/collapse.html
linaro-jekyll-theme-4.3.0 _includes/flow/collapse.html
linaro-jekyll-theme-4.2.0 _includes/flow/collapse.html
linaro-jekyll-theme-4.1.6 _includes/flow/collapse.html
linaro-jekyll-theme-4.1.5 _includes/flow/collapse.html
linaro-jekyll-theme-4.1.4 _includes/flow/collapse.html
linaro-jekyll-theme-4.1.3 _includes/flow/collapse.html
linaro-jekyll-theme-4.1.2 _includes/flow/collapse.html
linaro-jekyll-theme-4.1.1 _includes/flow/collapse.html
linaro-jekyll-theme-4.1.0 _includes/flow/collapse.html
linaro-jekyll-theme-4.0.2 _includes/flow/collapse.html
linaro-jekyll-theme-4.0.1 _includes/flow/collapse.html
jumbo-jekyll-theme-6.0.2.1 _includes/flow/collapse.html
jumbo-jekyll-theme-6.0.2.0 _includes/flow/collapse.html
jumbo-jekyll-theme-6.0.1.4 _includes/flow/collapse.html