Sha256: 7521ff9f84c3f1758fa263b1449f07dd7e487ae1a25d134f5bd8a63efa8e74c4

Contents?: true

Size: 1.06 KB

Versions: 17

Compression:

Stored size: 1.06 KB

Contents

<ul class="nav nav-tabs" id="{{ page.title | replace: ' ', '-' | downcase }}" role="tablist">
  {% assign page_title = page.title %}
  {% assign tab_collection = site.tabs | where: "tabs_page", page_title | sort: "order" %}
  {% for tab in tab_collection %}
  <li class="nav-item">
    <a class="nav-link{% if forloop.first == true %} active{% endif %}" id="{{ tab.name | downcase | replace: ' ', '-' }}-tab" data-toggle="tab" href="#{{ tab.name | downcase | replace: ' ', '-' }}" role="tab" aria-controls="{{ tab.name | downcase | replace: ' ', '-' }}" aria-selected="{% if forloop.first == true %}true{% else %}false{% endif %}">{{ tab.name }}</a>
  </li>
  {% endfor %}
</ul>
<div class="tab-content mt-3 px-1" id="{{ page.title | replace: ' ', '-' | downcase }}-content">
  {% for tab in tab_collection %}
  <div class="tab-pane fade{% if forloop.first == true %} show active{% endif %}" id="{{ tab.name | downcase | replace: ' ', '-' }}" role="tabpanel" aria-labelledby="{{ tab.name | downcase | replace: ' ', '-' }}-tab">
    {{ tab.content }}
  </div>
  {% endfor %}
</div>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
kcc-gem-theme-1.60.45 _includes/tabbed-content.html
kcc-gem-theme-1.60.44 _includes/tabbed-content.html
kcc-gem-theme-1.60.43 _includes/tabbed-content.html
kcc-gem-theme-1.60.42 _includes/tabbed-content.html
kcc-gem-theme-1.60.41 _includes/tabbed-content.html
kcc-gem-theme-1.60.40 _includes/tabbed-content.html
kcc-gem-theme-1.60.39 _includes/tabbed-content.html
kcc-gem-theme-1.60.38 _includes/tabbed-content.html
kcc-gem-theme-1.59.38 _includes/tabbed-content.html
kcc-gem-theme-1.59.37 _includes/tabbed-content.html
kcc-gem-theme-1.58.37 _includes/tabbed-content.html
kcc-gem-theme-1.58.36 _includes/tabbed-content.html
kcc-gem-theme-1.57.36 _includes/tabbed-content.html
kcc-gem-theme-1.56.36 _includes/tabbed-content.html
kcc-gem-theme-1.55.36 _includes/tabbed-content.html
kcc-gem-theme-1.54.36 _includes/tabbed-content.html
kcc-gem-theme-1.53.36 _includes/tabbed-content.html