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.65 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.64 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.63 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.62 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.61 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.60 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.59 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.58 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.57 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.56 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.55 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.54 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.53 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.52 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.51 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.50 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.49 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.48 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.47 _includes/_theme-includes/_navigation/stacked-nav.html
linaro-jekyll-theme-0.10.46 _includes/_theme-includes/_navigation/stacked-nav.html