Sha256: 358715e3c0493769a79468e863771c8273e3a3e2301533463088bf50b01275b2

Contents?: true

Size: 377 Bytes

Versions: 21

Compression:

Stored size: 377 Bytes

Contents

{% if site.navigation_footer %}
<nav class="nav  nav--footer">
  <ul class="list list--nav">
    {% for item in site.navigation_footer %}
      <li class="item  item--nav{% if item[1] == page.url %}  item--current{% endif %}">
        <a href="{{ item[1] }}">{{ item[0] }}</a>
      </li>
    {% endfor %}
  </ul>
</nav>
{% else %}
  {% include nav-default.html %}
{% endif %}

Version data entries

21 entries across 21 versions & 1 rubygems

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