From 2a23fa5b10b6c2bedadf0a1d08a792120f37eec6 Mon Sep 17 00:00:00 2001 From: Kieran Wood Date: Sat, 14 Oct 2023 17:31:55 -0700 Subject: [PATCH] Set site to live status --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index fc675541..2ea85387 100644 --- a/config.toml +++ b/config.toml @@ -6,9 +6,9 @@ relativeURLs = true [params] email = "info@schulichignite.com" - status = "recruiting" # When no recruitment is happening, and mailing list is available + # status = "recruiting" # When no recruitment is happening, and mailing list is available # status = "signup" # When recruitment is happening - # status = "live" # When courses are live + status = "live" # When courses are live emailListSignup = "https://forms.gle/ZJoDAbcTf1M3NBxYA" mentorSignUp = "https://forms.gle/vWzxciKkvVsKsYPC8" menteeSignUp = "https://forms.gle/wPjvobFc1ya6hrHeA"