From 13d319d72cc44db35490fd34a71fa69269397668 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 15 Jan 2019 20:38:52 +0100 Subject: Minor fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- _includes/date.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to '_includes/date.html') diff --git a/_includes/date.html b/_includes/date.html index f12692a..47aa3cb 100644 --- a/_includes/date.html +++ b/_includes/date.html @@ -12,29 +12,29 @@ {% assign month = include.date | date: "%-m" %} {% case month %} {% when "1" %} - {% capture month %}Gener{% endcapture %} + {% capture month %}gener{% endcapture %} {% when "2" %} - {% capture month %}Febrer{% endcapture %} + {% capture month %}febrer{% endcapture %} {% when "3" %} - {% capture month %}Març{% endcapture %} + {% capture month %}març{% endcapture %} {% when "4" %} - {% capture month %}Abril{% endcapture %} + {% capture month %}abril{% endcapture %} {% when "5" %} - {% capture month %}Maig{% endcapture %} + {% capture month %}maig{% endcapture %} {% when "6" %} - {% capture month %}Juny{% endcapture %} + {% capture month %}juny{% endcapture %} {% when "7" %} - {% capture month %}Juliol{% endcapture %} + {% capture month %}juliol{% endcapture %} {% when "8" %} - {% capture month %}Agost{% endcapture %} + {% capture month %}agost{% endcapture %} {% when "9" %} - {% capture month %}Setembre{% endcapture %} + {% capture month %}setembre{% endcapture %} {% when "10" %} - {% capture month %}Octubre{% endcapture %} + {% capture month %}octubre{% endcapture %} {% when "11" %} - {% capture month %}Novembre{% endcapture %} + {% capture month %}novembre{% endcapture %} {% when "12" %} - {% capture month %}Desembre{% endcapture %} + {% capture month %}desembre{% endcapture %} {% endcase %} {% assign year = include.date | date: "%Y" %} -- cgit v1.2.3