Sha256: fc2ee07651cfe2ba61034e24099e2f79700ca9c7c1ffe54643ec9423e2e2fdc2

Contents?: true

Size: 529 Bytes

Versions: 12

Compression:

Stored size: 529 Bytes

Contents

{% if site.navigation_footer %}
<nav class="nav  nav--footer">
  <ul class="list list--nav">
    {% for item in site.navigation_footer %}

      {% if item[1] contains '://' %}
      {% assign url = item[1] %}
      {% else %}
      {% assign url = item[1] | relative_url %}
      {% endif %}

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
alembic-jekyll-theme-3.0.1 _includes/nav-footer.html
alembic-jekyll-theme-3.0.0 _includes/nav-footer.html
alembic-jekyll-theme-2.3.1 _includes/nav-footer.html
alembic-jekyll-theme-2.3 _includes/nav-footer.html
alembic-jekyll-theme-2.2.5 _includes/nav-footer.html
alembic-jekyll-theme-2.2.4 _includes/nav-footer.html
alembic-jekyll-theme-2.2.3 _includes/nav-footer.html
alembic-jekyll-theme-2.2.2 _includes/nav-footer.html
alembic-jekyll-theme-2.2.1 _includes/nav-footer.html
alembic-jekyll-theme-2.2.0 _includes/nav-footer.html
alembic-jekyll-theme-2.1.2 _includes/nav-footer.html
alembic-jekyll-theme-2.1.1 _includes/nav-footer.html