We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca67f64 commit a42e92eCopy full SHA for a42e92e
src/pages/syllabus/index.astro
@@ -6,6 +6,6 @@ import * as syllabus from '../../content/syllabus.md';
6
const Content = syllabus.Content;
7
---
8
9
-<LessonLayout title="Course syllabus" altViewUrl="/syllabus/slides" hideContent>
+<LessonLayout title="Course syllabus" altViewUrl="/syllabus/slides" state='upcoming' category='homework' hideContent>
10
<Content />
11
</LessonLayout>
0 commit comments