Sha256: 2b65cf8a13cbe11ee336f8e0c9b3a8f0eb85db508042f1e84e1f28edd16fb697

Contents?: true

Size: 695 Bytes

Versions: 22

Compression:

Stored size: 695 Bytes

Contents

{% if page.tabs %}
{% assign tabs = site.data.[page.tabs] %}

<div class="tabs {% if tabs.size %}{{ tabs.size }}{% endif %} {% if tabs.alignment %}{{ tabs.alignment }}{% endif %} {% if tabs.style %}{{ tabs.style }}{% endif %}">
    <ul>
    {% for tab in tabs.items %}
        <li {% if tab.link == page.url %} class="is-active" {% endif %}>
            <a href="{{ tab.link | prepend: site.baseurl }}">
                {% if tab.icon %}
                <span class="icon is-small"><i class="fas {{ tab.icon }}" aria-hidden="true"></i></span>
                {% endif %}
                <span>{{ tab.name }}</span>
            </a>
        </li>
    {% endfor %}
    </ul>
  </div>
  {% endif %}

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
bulma-clean-theme-0.8 _includes/tabs.html
bulma-clean-theme-0.7.2 _includes/tabs.html
bulma_blog_private_server-0.1.3 _includes/tabs.html
bulma-clean-theme-0.7.1 _includes/tabs.html
bulma-clean-theme-0.7 _includes/tabs.html
bulma-clean-theme-0.6.5 _includes/tabs.html
bulma-clean-theme-0.6.4 _includes/tabs.html
bulma-clean-theme-0.6.3 _includes/tabs.html
bulma-clean-theme-0.6.2 _includes/tabs.html
bulma-clean-theme-0.6.1 _includes/tabs.html
bulma-clean-theme-0.6 _includes/tabs.html
bulma-clean-theme-0.5.8 _includes/tabs.html
bulma-clean-theme-0.5.7 _includes/tabs.html
bulma-clean-theme-0.5.6 _includes/tabs.html
bulma-clean-theme-0.5.5 _includes/tabs.html
bulma-clean-theme-0.5.4 _includes/tabs.html
bulma-clean-theme-0.5.3 _includes/tabs.html
bulma-clean-theme-0.5.2 _includes/tabs.html
bulma-clean-theme-0.5.1 _includes/tabs.html
bulma-clean-theme-0.5 _includes/tabs.html