Sha256: 98fe93080915e4bb12a955d840eb0e4ee7710220a2a2bc0fc0f3b228c39582ca
Contents?: true
Size: 843 Bytes
Versions: 26
Compression:
Stored size: 843 Bytes
Contents
{%assign tsize = include.title | size%}{% for t in include.title %} {% if forloop.index == 2 %}<span class="subtitle">({% endif %}{% assign thislangurl = false %}{% for u in include.url %}{% if u[0] == t[0] %}{% assign thislangurl = u[1] %}{% endif %}{% endfor %}{% if thislangurl %}<a href="{{thislangurl}}" hreflang="{{t[0]}}">{% assign lng = t[0]%}{% unless lng == "en" %}[{{site.data.lang[lng].name}}/<span lang="{{lng}}">{{site.data.lang[lng].nativeName}}</span>] {% endunless %}<span lang="{{lng}}">{% else %}<span lang="{{t[0]}}">{% endif %}{{t[1]}}</span>{% if thislangurl %}{% if include.external %}{% include_cached icon.html name="external-link" label="External Site" %}{% endif %}</a>{% endif %}{% unless forloop.first %}{% unless forloop.last %}, {% endunless %}{% if forloop.last %})</span>{% endif %}{% endunless %}{% endfor %}
Version data entries
26 entries across 26 versions & 1 rubygems