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