Sha256: 9b7cad2aa84eb991fccbcf61511ac13a10dc57f7b6cfdc1515d6cf06f6f0d2a6

Contents?: true

Size: 335 Bytes

Versions: 20

Compression:

Stored size: 335 Bytes

Contents

<nav class="nav">
  <ul class="list list--nav">
    {% for item in site.pages %}
      {% unless item.styles == true %}
        <li class="item  item--nav{% if item[1] == page.url %}  item--current{% endif %}">
          <a href="{{ item.url }}">{{ item.title }}</a>
        </li>
      {% endunless %}
    {% endfor %}
  </ul>
</nav>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
alembic-jekyll-theme-1.1.1 _includes/nav-default.html
alembic-jekyll-theme-1.1.0 _includes/nav-default.html
alembic-jekyll-theme-1.0.0 _includes/nav-default.html
alembic-jekyll-theme-0.1.7 _includes/nav-default.html
alembic-jekyll-theme-0.1.6 _includes/nav-default.html
alembic-jekyll-theme-0.1.5 _includes/nav-default.html
alembic-jekyll-theme-0.1.4 _includes/nav-default.html
alembic-jekyll-theme-0.1.3 _includes/nav-default.html
alembic-jekyll-theme-0.1.2 _includes/nav-default.html
alembic-jekyll-theme-0.1.1 _includes/nav-default.html
alembic-jekyll-theme-0.1.0 _includes/nav-default.html
alembic-jekyll-theme-0.0.9 _includes/nav-default.html
alembic-jekyll-theme-0.0.8 _includes/nav-default.html
alembic-jekyll-theme-0.0.7 _includes/nav-default.html
alembic-jekyll-theme-0.0.6 _includes/nav-default.html
alembic-jekyll-theme-0.0.5 _includes/nav-default.html
alembic-jekyll-theme-0.0.4 _includes/nav-default.html
alembic-jekyll-theme-0.0.3 _includes/nav-default.html
alembic-jekyll-theme-0.0.2 _includes/nav-default.html
alembic-jekyll-theme-0.0.1 _includes/nav-default.html