Sha256: 6f0ca3c47f382412d0ff11275c4c8f0268c6ddee9c28e98f83bb76749ddf1b95

Contents?: true

Size: 1.12 KB

Versions: 8

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="{{tab.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

8 entries across 8 versions & 1 rubygems

Version Path
jumbo-jekyll-theme-5.7.0.7 _includes/flow/tabbed_content.html
jumbo-jekyll-theme-5.7.0.6 _includes/flow/tabbed_content.html
jumbo-jekyll-theme-5.7.0.5 _includes/flow/tabbed_content.html
jumbo-jekyll-theme-5.7.0.4 _includes/flow/tabbed_content.html
jumbo-jekyll-theme-5.7.0.3 _includes/flow/tabbed_content.html
jumbo-jekyll-theme-5.7.0.2 _includes/flow/tabbed_content.html
jumbo-jekyll-theme-5.7.0.1 _includes/flow/tabbed_content.html
jumbo-jekyll-theme-5.7.0 _includes/flow/tabbed_content.html