Sha256: d7ed503c32f7e5e062e88f4fd0c57f511bf516e3f5e24490b6ba969da0ab18a3

Contents?: true

Size: 600 Bytes

Versions: 16

Compression:

Stored size: 600 Bytes

Contents

{%- capture text -%}
  {%- if include.lang and include.lang != empty -%}
    {%- assign plang = include.lang -%}
  {%- else -%}
    {%- assign plang = page.lang | default: site.lang | default: "en" -%}
  {%- endif -%}
  {%- assign i18n-tag = include.value -%}
  {%- assign splang = plang | truncate: 2, "" -%}
  {%- if site.data.i18n.[plang].[i18n-tag] -%}
    {{ site.data.i18n.[plang].[i18n-tag] }}
  {%- elsif site.data.i18n.[splang].[i18n-tag] -%}
    {{ site.data.i18n.[splang].[i18n-tag] }}
  {%- else -%}
    {{ include.default }}
  {%- endif -%}
{%- endcapture -%}
{{ text | strip_newlines }}

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
jekyll-whiteglass-1.11.7 _includes/i18n.html
jekyll-whiteglass-1.11.6 _includes/i18n.html
jekyll-whiteglass-1.11.5 _includes/i18n.html
jekyll-whiteglass-1.11.3 _includes/i18n.html
jekyll-whiteglass-1.11.2 _includes/i18n.html
jekyll-citoyensbourgbresse-1.12 _includes/i18n.html
jekyll-citoyensbourgbresse-1.11 _includes/i18n.html
jekyll-citoyensbourgbresse-1.1 _includes/i18n.html
jekyll-citoyensbourgbresse-1.0 _includes/i18n.html
jekyll-whiteglass-1.11.1 _includes/i18n.html
jekyll-whiteglass-1.11.0 _includes/i18n.html
jekyll-whiteglass-1.10.4 _includes/i18n.html
jekyll-whiteglass-1.10.3 _includes/i18n.html
jekyll-whiteglass-1.10.2 _includes/i18n.html
jekyll-whiteglass-1.10.1 _includes/i18n.html
jekyll-whiteglass-1.10.0 _includes/i18n.html