diff options
Diffstat (limited to '')
-rw-r--r-- | _includes/i18n-date.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_includes/i18n-date.html b/_includes/i18n-date.html index 5fa30b4..c57d93b 100644 --- a/_includes/i18n-date.html +++ b/_includes/i18n-date.html @@ -12,4 +12,9 @@ handcrafting the "%-d de %B de %Y" date format {% endcomment %} {{ include.date | date: "%-d de " }}{{ i18n_month }}{{ include.date | date: " de %Y" }} +{% elsif page.lang == "fr" %} + {% comment %} + handcrafting the "%-d de %B de %Y" date format + {% endcomment %} + {{ include.date | date: "%-d de " }}{{ i18n_month }}{{ include.date | date: " de %Y" }} {% endif %} |