Sha256: 22e460722d67931e88e75288e63659028f2ebbf7999fbbb81363c08551cf3ad5

Contents?: true

Size: 1.69 KB

Versions: 55

Compression:

Stored size: 1.69 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" role="navigation" 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 href="#" class="projects 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

55 entries across 55 versions & 1 rubygems

Version Path
jumbo-jekyll-theme-5.6.3 _includes/universal-nav.html
jumbo-jekyll-theme-5.6.2 _includes/universal-nav.html
jumbo-jekyll-theme-5.6.0 _includes/universal-nav.html
jumbo-jekyll-theme-5.5.6 _includes/universal-nav.html
jumbo-jekyll-theme-5.5.5 _includes/universal-nav.html
jumbo-jekyll-theme-5.5.4 _includes/universal-nav.html
jumbo-jekyll-theme-5.5.3 _includes/universal-nav.html
jumbo-jekyll-theme-5.5.2 _includes/universal-nav.html
jumbo-jekyll-theme-5.5.1 _includes/universal-nav.html
jumbo-jekyll-theme-5.5.0 _includes/universal-nav.html
jumbo-jekyll-theme-5.4.0 _includes/universal-nav.html
jumbo-jekyll-theme-5.3.4 _includes/universal-nav.html
jumbo-jekyll-theme-5.3.3 _includes/universal-nav.html
jumbo-jekyll-theme-5.3.2 _includes/universal-nav.html
jumbo-jekyll-theme-5.3.1 _includes/universal-nav.html
jumbo-jekyll-theme-5.3.0 _includes/universal-nav.html
jumbo-jekyll-theme-5.2.1 _includes/universal-nav.html
jumbo-jekyll-theme-5.2.0 _includes/universal-nav.html
jumbo-jekyll-theme-4.9.0 _includes/universal-nav.html
jumbo-jekyll-theme-4.8.4 _includes/universal-nav.html