diff --git a/_layouts/module.html b/_layouts/module.html index 16c0fd16cb03da29235b8ba05436b900e7aa2b7e..fba9c4c70698ffe03722c09718821ca2b5045210 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 fd6d99162aa9ffc9432d1f3d94a35b7911081213..9af2bd488ce46b372efb98a7293eafb96b7d30f4 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 e1ea22a566fae69f2c5674b365c2d59182d8bc80..86b8eb35053c0453e3d60eff44d06b8815aa0c5f 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](#)