Sha256: 9b12cc8b875a0d12765be38042455dc8629e86fff58b0387738949b989fdbeec

Contents?: true

Size: 853 Bytes

Versions: 12

Compression:

Stored size: 853 Bytes

Contents

{%- assign day = include.date | date: "%-d" -%}
{%- assign month = include.date | date: "%-m" -%}
{%- if page.lang == "en" -%}
    {{ include.date | date: "%B" }} {{ day }}, {{ include.date | date: "%Y" }}
{%- elsif page.lang == "fr" -%}
    {%- if day == "1" -%}
        {{ day }}<sup>er</sup>
    {%- else -%}
        {{ day }}
    {%- endif -%}
    {%- case month -%}
            {% when  '1' %}janvier
            {% when  '2' %}février
            {% when  '3' %}mars
            {% when  '4' %}avril
            {% when  '5' %}mai
            {% when  '6' %}juin
            {% when  '7' %}juillet
            {% when  '8' %}août
            {% when  '9' %}septembre
            {% when '10' %}octobre
            {% when '11' %}novembre
            {% when '12' %}décembre
    {%- endcase -%}
    {{ include.date | date: "%Y" }}
{%- endif -%}

Version data entries

12 entries across 12 versions & 4 rubygems

Version Path
jekyll-theme-twenty-0.1.16 _includes/date.html
jekyll-theme-twenty-0.1.15 _includes/date.html
jekyll-theme-twenty-0.1.14 _includes/date.html
jekyll-theme-twenty-0.1.12 _includes/date.html
jekyll-theme-twenty-0.1.11 _includes/date.html
jekyll-theme-twenty-0.1.10 _includes/date.html
jekyll-theme-twenty-0.1.9 _includes/date.html
jekyll-theme-parallelism-0.1.7 _includes/date.html
jekyll-theme-overflow-0.1.4 _includes/date.html
jekyll-theme-parallelism-0.1.6 _includes/date.html
jekyll-theme-stellar-0.2.3 _includes/date.html
jekyll-theme-twenty-0.1.8 _includes/date.html