From b51dbf140ff3938e1b7fddd517b3878ac3bf74d0 Mon Sep 17 00:00:00 2001
From: Jen Mankoff <jmankoff@cs.washington.edu>
Date: Wed, 12 Apr 2023 22:34:58 -0700
Subject: [PATCH] Added class number and time to appropriate places

---
 _config.yml            | 1 +
 _config_production.yml | 1 +
 index.md               | 5 +++--
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/_config.yml b/_config.yml
index 5fa7c88a..fe4c4617 100644
--- a/_config.yml
+++ b/_config.yml
@@ -20,6 +20,7 @@ canvas: https://canvas.uw.edu/courses/TBD
 warning: draft
 
 paginate:            5
+classnum: CSE493
 quarter: "Fall 2023"
 copydate: "4/12/23"
 author:
diff --git a/_config_production.yml b/_config_production.yml
index 5fa7c88a..fe4c4617 100644
--- a/_config_production.yml
+++ b/_config_production.yml
@@ -20,6 +20,7 @@ canvas: https://canvas.uw.edu/courses/TBD
 warning: draft
 
 paginate:            5
+classnum: CSE493
 quarter: "Fall 2023"
 copydate: "4/12/23"
 author:
diff --git a/index.md b/index.md
index ab953200..6cf83bec 100755
--- a/index.md
+++ b/index.md
@@ -27,8 +27,9 @@ For quick links to key things, check out the navigation bar above and the table
 
 See [Canvas]({{site.canvas}}) for all zoom meeting links for classes and office hours.
 
-**Class Time:** Monday/Wednesday 10:00-11:20PM (PDT)
-**Class Location:** MGH 248 
+- **Class Time:** Monday/Wednesday/Friday 3:30-4:20PM (PDT)
+- **Class Location:** TBD
+- **Section Time:** TBD
 
 # Mailing Lists
 
-- 
GitLab