Sha256: c06817e458ba819af975571c888da7089f021951f5bc645861849408aa7f0e8e

Contents?: true

Size: 1.12 KB

Versions: 29

Compression:

Stored size: 1.12 KB

Contents

<div class="col col-12 tabbed_content {% if include.object.style %}{{include.object.style}}{% endif %}">
    <nav>
        <div class="nav nav-tabs" id="{{page.title | slugify}}{{forloop.index}}" role="tablist">
            {% for tab in include.object.tabs %}
             <a class="nav-item nav-link {% if forloop.first %}active{% endif %}" href="#{{tab.title | slugify}}{{forloop.index}}" id="{{tab.title | slugify}}{{forloop.index}}-tab"
                data-toggle="tab" href="#{{tab.title | slugify}}{{forloop.index}}" role="tab"
                aria-controls="{{tab.title | slugify}}{{forloop.index}}" aria-selected="true">
                {{tab.title}}
            </a>
            {% endfor %}
        </div>
    </nav>
    <div class="tab-content" id="nav-tabContent">
        {% for tab in include.object.tabs %}
            <div class="tab-pane fade {% if forloop.first %}show active{% endif %}" id="{{tab.title | slugify}}{{forloop.index}}"
            role="tabpanel" aria-labelledby="{{tab.title | slugify}}{{forloop.index}}-tab">
                {{tab.content | markdownify }}
            </div>
        {% endfor %}
    </div>
</div>

Version data entries

29 entries across 29 versions & 2 rubygems

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