Sha256: b86fbe2c9773fe9130f7c0bb5ee8319a8d23619ccdcc386e8ffef19ef661ea26

Contents?: true

Size: 942 Bytes

Versions: 120

Compression:

Stored size: 942 Bytes

Contents

{% assign sub-nav-tabs = site.data.sub-nav-stacked.pages %}
{% if sub-nav-tabs %}
    {% assign page-base =  page.url | split:'/' %}
    {% for each in sub-nav-tabs %}
        {% for each-url in each.urls %}
            {% if each-url == page.url or each.url == page-base[1] %}
                {% assign tab-list = each.list %}
            {% endif %}
        {% endfor %}
    {% endfor %}
    {% if tab-list %}
        <ul class="nav nav-pills nav-stacked">
            {% for tab in tab-list %}
                <li class="{% if page-base[1] == tab.base  %}active {% elsif page.url == tab.url or tab.active %}active {% elsif page.url contains tab.url %}active {% endif %}side-nav-button">
                    <a href="{{tab.url}}" role="link">{{ tab.title}} {% if tab.external %}<i class="glyphicon glyphicon-new-window pull-right"></i>{% endif %}</a>
                </li>
            {% endfor %}
        </ul>
    {% endif %}
{% endif %}

Version data entries

120 entries across 120 versions & 1 rubygems

Version Path
linaro-jekyll-theme-1.3 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-1.2 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-1.1 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-1.0 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.1.2.75 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.1.2.74 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.1.2.73 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.1.2.72 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.1.2.71 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.1.2.70 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.1.2.69 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.1.2.67 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.1.2.66 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.1.2.65 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.1.2.64 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.1.2.63 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.1.2.62 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.1.2.61 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.1.2.60 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.1.2.59 _includes/_theme-includes/_navigation/stacked-nav.html