From cbd4193eff63bc221005f2fa792ac92eeb615b59 Mon Sep 17 00:00:00 2001 From: Sarah Stevens Date: Thu, 6 Jun 2024 16:20:42 -0500 Subject: [PATCH] Adding time to when suggestion by @navin2uw we had learners asking when as they missed it at the top of the page --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 9fcaedb8..80aec21b 100644 --- a/index.md +++ b/index.md @@ -197,7 +197,7 @@ This block displays the date and links to Google Calendar. {% if page.humandate %}

When: - {{page.humandate}}. + {{page.humandate}}; {{page.humantime}} {% include workshop_calendar.html %}

{% endif %}