Sha256: 822caa62af3392254d9c8bc6e8c791572c7f8d83af0c3d4a804935edd1fede9a

Contents?: true

Size: 898 Bytes

Versions: 105

Compression:

Stored size: 898 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 {% 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

105 entries across 105 versions & 1 rubygems

Version Path
linaro-jekyll-theme-0.10.105 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.104 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.103 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.102 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.101 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.100 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.99 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.98 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.97 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.96 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.95 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.94 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.93 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.92 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.91 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.90 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.89 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.88 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.87 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.86 _includes/_theme-includes/_navigation/stacked-nav.html