From 1af5155f1356d33a1f16a5145da8030d8b2b3dff Mon Sep 17 00:00:00 2001 From: Trip Kirkpatrick Date: Tue, 2 Apr 2024 08:36:24 -0400 Subject: [PATCH 1/2] =?UTF-8?q?Adjusted=20date=20and=20time=20for=20tours?= =?UTF-8?q?=20=F0=9F=95=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _data/conf.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_data/conf.yml b/_data/conf.yml index 8fb824e..4b774ed 100644 --- a/_data/conf.yml +++ b/_data/conf.yml @@ -317,7 +317,8 @@ reception: tours: show: true - time: '5/13/24 at 11am' + date: '2024-05-13' + time: '11:00am' sign-up-url: 'https://docs.google.com/spreadsheets/d/1yiemUqbKwkZbAhgn-cQnugB9cjbHlVfQl03DTAzi4i8/edit' sign-up-button-text: 'Sign Up' tours: From 5719d168d5734d47dd8a929cbf66f50194f9c75e Mon Sep 17 00:00:00 2001 From: Trip Kirkpatrick Date: Tue, 2 Apr 2024 08:38:16 -0400 Subject: [PATCH 2/2] =?UTF-8?q?Moved=20tours=20entry=20to=20correct=20day?= =?UTF-8?q?=20=F0=9F=93=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- schedule/index.html | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/schedule/index.html b/schedule/index.html index a117643..39d24cc 100644 --- a/schedule/index.html +++ b/schedule/index.html @@ -11,6 +11,27 @@

{{site.data.conf.days[1].weekday}}, {{site.data.conf.days[1].date}}

+ {% if site.data.conf.tours.show %} +
+
+

{{ site.data.conf.tours.time }} +
{{ site.data.conf.timezone }} Time
+

+
+
+

Tours

+

+ See the Social Activities page for more details. +

+ {% if site.data.conf.tours.sign-up-url %} +

+ {{ site.data.conf.tours.sign-up-button-text }} +

+ {% endif %} +
+
+ {% endif %} +

1PM to 5:30PM @@ -258,27 +279,6 @@

Workshops

- {% if site.data.conf.tours.show %} -
-
-

{{ site.data.conf.tours.time }} -
{{ site.data.conf.timezone }} Time
-

-
-
-

Tours

-

- See the Social Activities page for more details. -

- {% if site.data.conf.tours.sign-up-url %} -

- {{ site.data.conf.tours.sign-up-button-text }} -

- {% endif %} -
-
- {% endif %} - {% if site.data.conf.trivia-night.show %}