Sha256: 4984a2d0873b187d2597bd8019847c49638428297cac9ee410d1a75709f1a469

Contents?: true

Size: 1.1 KB

Versions: 1

Compression:

Stored size: 1.1 KB

Contents

{%- unless include.hide -%}
<li>
  <a class="page-link" {% if include.current %} aria-current="page" {% else %}{% if include.insub%} aria-current="location" {% endif %}{% endif %} href="{{ include.url | relative_url }}"><span>{% comment %}{% if include.url == searchurl %}{% include_cached icon.html name="chevron-right" %} {% endif %}{% endcomment %}{{include.name}}{% if include.different == true %} {% include_cached icon.html name="different-view" label="Different Layout" %}{% endif %}</span></a>
  {{include.submenu}}
</li>
{%- else -%}
  {%- if include.current == true -%}
  <li>
    <a class="page-link" {% if include.current %} aria-current="page" {% else %}{% if include.insub%} aria-current="location" {% endif %}{% endif %} href="{{ include.url | relative_url }}"><span>{% comment %}{% if include.url == searchurl %}{% include_cached icon.html name="chevron-right" %} {% endif %}{% endcomment %}{{include.name}}{% if include.different == true %} {% include_cached icon.html name="different-view" label="Different Layout" %}{% endif %}</span></a>
    {{include.submenu}}
  </li>
  {%- endif -%}
{%- endunless -%}

Version data entries

1 entries across 1 versions & 1 rubygems

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