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.85 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.84 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.83 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.82 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.81 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.80 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.79 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.78 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.77 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.76 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.75 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.74 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.73 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.72 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.71 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.70 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.69 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.68 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.67 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.66 _includes/_theme-includes/_navigation/stacked-nav.html