Sha256: 5a20966632b7c39d501e0d770c4f80688110fe2f6e4d52db334c778dc3c294d2

Contents?: true

Size: 441 Bytes

Versions: 11

Compression:

Stored size: 441 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>{% include_cached inpl.html lang=page.lang a=item.name %}</span></a>
  </li>
  {%- endunless -%}
  {%- if forloop.last %}</ul>{% endif -%}
{%- endfor -%}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
wai-website-theme-1.6 _includes/navlist.html
wai-website-theme-1.5.6 _includes/navlist.html
wai-website-theme-1.5.5 _includes/navlist.html
wai-website-theme-1.5.2 _includes/navlist.html
wai-website-theme-1.5.1 _includes/navlist.html
wai-website-theme-1.5 _includes/navlist.html
wai-website-theme-1.4.5 _includes/navlist.html
wai-website-theme-1.4.1 _includes/navlist.html
wai-website-theme-1.4 _includes/navlist.html
wai-website-theme-1.3.1 _includes/navlist.html
wai-website-theme-1.3 _includes/navlist.html