From 688b4c236680672fd4e81fe49993716fe1b1648e Mon Sep 17 00:00:00 2001 From: Kevin Lin <kevinl@cs.uw.edu> Date: Sun, 22 Sep 2019 10:05:22 -0700 Subject: [PATCH] calendar.md: Course Calendar -> Calendar --- calendar.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/calendar.md b/calendar.md index fa8c4a0..161f528 100644 --- a/calendar.md +++ b/calendar.md @@ -1,17 +1,11 @@ --- layout: page -title: Course Calendar +title: Calendar nav_order: 2 -description: An embedded Google Calendar displaying the weekly event schedule. +description: Listing of course modules and topics. --- -# Course Calendar - -Course materials are defined in the `_modules` directory. Each module is rendered here according to their filename. - -Modules are rendered according to the layout file defined in `_layouts/module.html`. Edit the HTML to modify the layout. - -## Modules +# Calendar {% for module in site.modules %} {{ module }} -- GitLab