Skip to content

Commit bc25231

Browse files
committed
fix: change schedule to display elapsed time
other core lessons have set their start times to 0 instead of e.g. 0900 switching ours as well to maintain lesson consistency and not cause confusion between workshop schedules and the suggested lesson schedule closes #575 closes #571
1 parent 81690d2 commit bc25231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ instructor_pre_survey: "https://www.surveymonkey.com/r/instructor_training_pre_s
6060
instructor_post_survey: "https://www.surveymonkey.com/r/instructor_training_post_survey?workshop_id="
6161

6262
# Start time in minutes (0 to be clock-independent, 540 to show a start at 09:00 am).
63-
start_time: 540
63+
start_time: 0
6464

6565
# Specify that things in the episodes collection should be output.
6666
collections:

0 commit comments

Comments
 (0)