From 9acfdfe0edb9612352c9d98c91d000cbeb466b28 Mon Sep 17 00:00:00 2001
From: Kevin Lin <kevinl@cs.uw.edu>
Date: Fri, 11 Dec 2020 12:49:07 -0800
Subject: [PATCH] Fix module title anchor heading clipping

---
 _layouts/module.html | 1 +
 _modules/week-01.md  | 3 ---
 _modules/week-02.md  | 3 ---
 3 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/_layouts/module.html b/_layouts/module.html
index 16c0fd1..fba9c4c 100644
--- a/_layouts/module.html
+++ b/_layouts/module.html
@@ -1,3 +1,4 @@
+<h2 class="fs-4" id="{{ page.title | slugify }}" >{{ page.title }}</h2>
 <div class="module">
   {{ content }}
 </div>
diff --git a/_modules/week-01.md b/_modules/week-01.md
index fd6d991..9af2bd4 100644
--- a/_modules/week-01.md
+++ b/_modules/week-01.md
@@ -2,9 +2,6 @@
 title: Introduction to Java
 ---
 
-## Introduction to Java
-{: .text-gamma }
-
 Sep 28
 : [Java & Git](#)
   : [1.1](#)
diff --git a/_modules/week-02.md b/_modules/week-02.md
index e1ea22a..86b8eb3 100644
--- a/_modules/week-02.md
+++ b/_modules/week-02.md
@@ -2,9 +2,6 @@
 title: Basic Data Structures
 ---
 
-## Basic Data Structures
-{: .text-gamma }
-
 Oct 5
 : [Linked Lists & Encapsulation](#)
   : [3.1](#), [2.2](#), [2.3](#)
-- 
GitLab