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: 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 %}