Sha256: 67953efc822f1f2ce0b4e92608b3c73c8a3f6301565a6a97cc76c71619c66c68

Contents?: true

Size: 1.31 KB

Versions: 10

Compression:

Stored size: 1.31 KB

Contents

{%- assign items = site.posts | where: 'layout', 'menu' | where: 'item', nil -%}

<nav class="navbar navbar-expand-lg navbar-light d-print-block" role="navigation" aria-label="{{ site.i18n.menu.title }}">
  <a class="navbar-brand w-100 w-lg-auto" href="?">
    {{ site.title }}
  </a>

  <button class="navbar-toggler"
          type="button"
          data-toggle="collapse"
          data-target="#menu"
          aria-label="{{ site.i18n.menu.title }}">
    <span class="navbar-toggler-icon"></span>
  </button>

  <div class="collapse navbar-collapse order-last order-md-2" id="menu">
    <div class="navbar-nav w-100 d-flex align-items-start justify-content-center">
      {% for item in items %}
        {%- include_cached item.html item=item -%}
      {% endfor %}

      {% comment %}
      <div class="nav-item w-100 w-lg-auto">
        {%- include_cached search.html -%}
      </div>
      {% endcomment %}
    </div>
  </div>

  <a class="black pr-lg-3 pl-lg-3 order-md-last" href="{{ site.cart.url }}">
    <span class="d-flex align-items-center justify-content-center" data-controller="cart-counter">
      <i class="fa fa-fw fa-2x fa-shopping-cart"></i>
      <span class="sr-only">{{ site.cart.title }}</span>
      <span class="font-weight-bold ml-1" data-target="cart-counter.counter">0</span>
    </span>
  </a>
</nav>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
editorial-autogestiva-jekyll-theme-0.5.0rc0 _includes/navbar.html
editorial-autogestiva-jekyll-theme-0.4.2 _includes/navbar.html
editorial-autogestiva-jekyll-theme-0.4.1 _includes/navbar.html
editorial-autogestiva-jekyll-theme-0.4.0 _includes/navbar.html
editorial-autogestiva-jekyll-theme-0.3.5 _includes/navbar.html
editorial-autogestiva-jekyll-theme-0.3.4 _includes/navbar.html
editorial-autogestiva-jekyll-theme-0.3.3 _includes/navbar.html
editorial-autogestiva-jekyll-theme-0.3.2 _includes/navbar.html
editorial-autogestiva-jekyll-theme-0.3.1 _includes/navbar.html
editorial-autogestiva-jekyll-theme-0.3.0 _includes/navbar.html