Sha256: c54908c2b907b6cf45d46717ebca7b1260c3ee3a35161a28c96f6954577f4641

Contents?: true

Size: 1.2 KB

Versions: 68

Compression:

Stored size: 1.2 KB

Contents

<nav id="mainNav" role="navigation" class="navbar navbar-expand-lg navbar-light bg-light nav-local fixed-top">
  <a href="{{ page.baseurl }}" class="links__no-underline navbar-brand">
    <h1 class="typography__nav-heading">{{ site.site_name }}</h1>
  </a>
  <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#mainNavContent" aria-controls="mainNavContent" aria-expanded="false" aria-label="Toggle navigation">
    <span class="navbar-toggler-icon"></span>
  </button>
  <div class="collapse navbar-collapse" id="mainNavContent">
    <ul class="js-nav navbar-nav ml-auto">
      {% for link in site.nav_links %}
      {% if link.button == false  %}
      <li class="js-nav-item nav-item">
        <a class="nav-link links__nav-link--color typography__nav-link" href="{% unless link.external == true %}{{page.baseurl}}{% endunless %}{{ link.link_href }}">{{ link.link_text }}</a>
      </li>
      {% else %}
      <li class="js-nav-item nav-item">
        <a href="{% unless link.external == true %}{{page.baseurl}}{% endunless %}{{ link.link_href }}" class="btn btn-primary typography__nav-link">{{ link.link_text }}</a>
      </li>
      {% endif %}
      {% endfor %}
    </ul>
  </div>
</nav>

Version data entries

68 entries across 68 versions & 1 rubygems

Version Path
kcc-gem-theme-1.27.7 _includes/nav-local.html
kcc-gem-theme-1.27.6 _includes/nav-local.html
kcc-gem-theme-1.26.6 _includes/nav-local.html
kcc-gem-theme-1.25.6 _includes/nav-local.html
kcc-gem-theme-1.25.5 _includes/nav-local.html
kcc-gem-theme-1.24.5 _includes/nav-local.html
kcc-gem-theme-1.23.5 _includes/nav-local.html
kcc-gem-theme-1.22.5 _includes/nav-local.html
kcc-gem-theme-1.21.5 _includes/nav-local.html
kcc-gem-theme-1.20.5 _includes/nav-local.html
kcc-gem-theme-1.20.4 _includes/nav-local.html
kcc-gem-theme-1.20.3 _includes/nav-local.html
kcc-gem-theme-1.20.2 _includes/nav-local.html
kcc-gem-theme-1.19.2 _includes/nav-local.html
kcc-gem-theme-1.18.2 _includes/nav-local.html
kcc-gem-theme-1.17.2 _includes/nav-local.html
kcc-gem-theme-1.16.2 _includes/nav-local.html
kcc-gem-theme-1.0.15 _includes/nav-local.html
kcc-gem-theme-1.0.14 _includes/nav-local.html
kcc-gem-theme-1.0.13 _includes/nav-local.html