Sha256: ded11bbc3ce1ea8f5e124aad18320dfd8ff941991383c9add1ef570e3745c67b

Contents?: true

Size: 397 Bytes

Versions: 1

Compression:

Stored size: 397 Bytes

Contents

{%- for item in include.data -%}
  {%- if forloop.first %}<ul>{% endif -%}
  {%- assign the_url = item.pages.first.url -%}
  {%- unless item.mainnav == false -%}
  <li>
    <a href="{{ the_url | relative_url }}"{% if include.current == the_url %} aria-current="location"{% endif %}><span>{{item.name}}</span></a>
  </li>
  {%- endunless -%}
  {%- if forloop.last %}</ul>{% endif -%}
{%- endfor -%}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wai-website-theme-1.2 _includes/navlist.html