From 172a80a4e1d92928a6388298825fc53b0d360014 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ros=C3=A1rio=20P=2E=20Fernandes?= Date: Thu, 15 Jun 2023 14:34:20 +0100 Subject: [PATCH] add Google Calendar URL --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 934d7b50..71732af2 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,9 @@ {%- assign date_end = conference.date_end | date: "%s" -%} {%- if today < date_end %}
  • - {{ conference.date_start | date: "%Y-%m-%d" }}  + + {{ conference.date_start | date: "%Y-%m-%d" }} +   {{ conference.name }} {%- if conference.location %}  {{ conference.location }}