From 8c88f0a34a5778012d08d00829b63511df94104d Mon Sep 17 00:00:00 2001 From: Raniere Silva Date: Thu, 16 Mar 2017 17:44:20 +0000 Subject: [PATCH] Fix end date for Google Calendar Use Liquid filter to increase the date by one day. I tested this and Google is smart to know that YYYY0132, i.e. January 31st + 1, is YYYY0201, i.e. February 1st. Close #384. --- _includes/workshop_calendar.html | 1 + index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 _includes/workshop_calendar.html diff --git a/_includes/workshop_calendar.html b/_includes/workshop_calendar.html new file mode 100644 index 0000000..53a0eac --- /dev/null +++ b/_includes/workshop_calendar.html @@ -0,0 +1 @@ +Add to your Google Calendar. diff --git a/index.html b/index.html index 090fd08..99721ef 100644 --- a/index.html +++ b/index.html @@ -120,7 +120,7 @@ and the administrator will contact you if we need any extra information.

When: {{page.humandate}}. - Add to your Google Calendar. + {% include workshop_calendar.html %}

{% endif %}