Sha256: 28dd9ec06ee071af2bff6001814d1636aa7bf2eb293be3861ea0054301963819

Contents?: true

Size: 1.68 KB

Versions: 49

Compression:

Stored size: 1.68 KB

Contents

<!-- Universal NavBar-->
<nav class="navbar navbar-default navbar-static" id="universal-nav">
    <div class="navbar-header">
      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
        <span class="sr-only">Toggle navigation</span>
        <span class="glyphicon glyphicon-chevron-down"></span>
        <span class="glyphicon glyphicon-chevron-up"></span>
      </button>
    </div>
    <div id="navbar" class="navbar-collapse collapse" aria-expanded="false" style="height: 1px;">
      <ul class="nav navbar-nav navbar-right">
        {% for website in site.data.universal-nav %}
            {% if website.options %}
                <li class="dropdown {% for project-site in website.options %}{% if project-site.active %}active{% break %}{% endif %}{% endfor %}">
                    <a class="projects" href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
                        aria-expanded="false">Projects <span class="caret"></span></a>
                    <ul class="dropdown-menu">
                        {% for project-site in website.options %}
                        <li {% if project-site.active %}class="active" {% endif%}><a target="_self" href="{{project-site.url}}">{{project-site.title}}</a></li>
                        {% endfor %}
                    </ul>
                </li>
            {% else %}
                <li {% if website.active %}class="active" {% endif %}><a class="linaro" target="_self" href="{{website.url}}">{{website.title}}</a></li>
            {% endif %}
        {% endfor %}
      </ul>
    </div>
</nav>
<!-- End Universal NavBar -->

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
jumbo-jekyll-theme-4.2.2 _includes/universal-nav.html
jumbo-jekyll-theme-4.2.1 _includes/universal-nav.html
jumbo-jekyll-theme-4.2.0 _includes/universal-nav.html
jumbo-jekyll-theme-4.1.6 _includes/universal-nav.html
jumbo-jekyll-theme-4.1.5 _includes/universal-nav.html
jumbo-jekyll-theme-4.1.4 _includes/universal-nav.html
jumbo-jekyll-theme-4.1.3 _includes/universal-nav.html
jumbo-jekyll-theme-4.1.2 _includes/universal-nav.html
jumbo-jekyll-theme-4.0.2 _includes/universal-nav.html
jumbo-jekyll-theme-4.0.1 _includes/universal-nav.html
jumbo-jekyll-theme-4.0.0 _includes/universal-nav.html
jumbo-jekyll-theme-3.9.9 _includes/universal-nav.html
jumbo-jekyll-theme-3.9.8 _includes/universal-nav.html
jumbo-jekyll-theme-3.9.7 _includes/universal-nav.html
jumbo-jekyll-theme-3.9.6 _includes/universal-nav.html
jumbo-jekyll-theme-3.9.5 _includes/universal-nav.html
jumbo-jekyll-theme-3.9.4 _includes/universal-nav.html
jumbo-jekyll-theme-3.9.3 _includes/universal-nav.html
jumbo-jekyll-theme-3.9.2 _includes/universal-nav.html
jumbo-jekyll-theme-3.9.1 _includes/universal-nav.html