Sha256: 0b412b1e9e83f04375d079f0c4c46fa9816097b62bb65d663744dbeb00654d87

Contents?: true

Size: 493 Bytes

Versions: 5

Compression:

Stored size: 493 Bytes

Contents

{%- if _langCount > 1 %}
  {%- for lang in _langs %}
    {%- assign linkText = lang.text | default: lang.tag %}
    {%- if LANG == lang.tag %}
      <a href="javascript:void(0)"
        class="a-button small">{{ linkText }}</a>
    {%- elsif lang.tag == _langs[0].tag %}
      <a href="/"
        class="a-button small link">{{ linkText }}</a>
    {%- else %}
      <a href="/{{ lang.tag }}"
        class="a-button small link">{{ linkText }}</a>
    {%- endif %}
  {%- endfor %}
{%- endif %}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
askclass-home-theme-0.1.4 _includes/head/languages.html
askclass-home-theme-0.1.3 _includes/head/languages.html
askclass-home-theme-0.1.2 _includes/head/languages.html
askclass-home-theme-0.1.1 _includes/head/languages.html
askclass-home-theme-0.1.0 _includes/head/languages.html