Sha256: 1d9e89b9c0834265ff4ad467cfd0f2a63c8b8e034737a122c9202d0a90086690

Contents?: true

Size: 1.31 KB

Versions: 27

Compression:

Stored size: 1.31 KB

Contents

{%assign tsize = include.title | size%}
{% for t in include.title %}
  {% if forloop.index == 2 %}
    <ul class="sublang {% if include.class %} {{include.class}}{% endif %}">
  {% endif %}
  {% assign thislangurl = false %}
  {% for u in include.url %}
    {% if u[0] == t[0] %}
      {% assign thislangurl = u[1] %}
    {% endif %}
  {% endfor %}

  {% assign lng = t[0]%}
  {% unless forloop.first %}<li lang="{{lng}}">{% endunless %}
  {% if forloop.first %}{% if include.wrap %}<{{include.wrap}}{% if include.id %} id="{{include.id}}"{% endif %}{% if include.class %} class="{{include.class}}"{% endif %}>{% endif %}{% endif %}
  {% unless lng == "en" %}
    <span lang="en">{{site.data.lang[lng].name}}: </span>
  {% endunless %}
  {% if thislangurl %}
    <a href="{{thislangurl}}" hreflang="{{lng}}">
  {% endif %}
  {{t[1]}}
  {% unless lng == "en" %}
    (<span lang="{{lng}}">{{site.data.lang[lng].nativeName}}</span>)
  {% endunless %}
  {% if thislangurl %}
    {% if include.external %}{% include_cached icon.html name="external-link" label="External Site" %}{% endif %}</a>
  {% endif %}
  {% unless forloop.first %}</li>{% endunless %}
  {% if forloop.first %}{% if include.wrap %}</{{include.wrap}}>{% endif %}{% endif %}

  {% unless forloop.first %}
    {% if forloop.last %}</ul>{% endif %}
  {% endunless %}
{% endfor %}

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
wai-website-theme-1.9.2 _includes/multilang-list.html
wai-website-theme-1.9.pre _includes/multilang-list.html
wai-website-theme-1.7 _includes/multilang-list.html
wai-website-theme-1.6 _includes/multilang-list.html
wai-website-theme-1.5.6 _includes/multilang-list.html
wai-website-theme-1.5.5 _includes/multilang-list.html
wai-website-theme-1.5.2 _includes/multilang-list.html
wai-website-theme-1.5.1 _includes/multilang-list.html
wai-website-theme-1.5 _includes/multilang-list.html
wai-website-theme-1.4.5 _includes/multilang-list.html
wai-website-theme-1.4.1 _includes/multilang-list.html
wai-website-theme-1.4 _includes/multilang-list.html
wai-website-theme-1.3.1 _includes/multilang-list.html
wai-website-theme-1.3 _includes/multilang-list.html
wai-website-theme-1.2 _includes/multilang-list.html
wai-website-theme-0.1.6 _includes/multilang-list.html
wai-website-theme-0.1.5 _includes/multilang-list.html
wai-website-theme-0.1.4 _includes/multilang-list.html
wai-website-theme-0.1.3.1 _includes/multilang-list.html
wai-website-theme-0.1.3 _includes/multilang-list.html