diff --git a/README.md b/README.md
index 7e35fc442..d9e001108 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ This hoisting behavior adds some complexity to the JavaScript language, and is i
```
-
+
#### CFU/Exit Ticket Box:
diff --git a/lessons/index.html b/lessons/index.html
index 5b53cd883..3319a7547 100644
--- a/lessons/index.html
+++ b/lessons/index.html
@@ -127,10 +127,10 @@
General Web, Tooling & Workflow
Design & UI/UX
JavaScript
diff --git a/lessons/module-2/intro-ui-ux-empathy-in-design.md b/lessons/module-2/intro-ui-ux-empathy-in-design.md
index a3707e82f..e866bda7b 100644
--- a/lessons/module-2/intro-ui-ux-empathy-in-design.md
+++ b/lessons/module-2/intro-ui-ux-empathy-in-design.md
@@ -1,4 +1,8 @@
-# Intro to UI/UX
+---
+title: Intro to UI/UX
+module: 2
+---
+
## aka Empathy & Usability in Design
[slides](https://docs.google.com/presentation/d/1V2Pn6ejC78e0u9T4e9rP8fDpZ29Vm7G-eLVAxFdMDBU/edit#slide=id.g1c033f9cd5_0_35)
diff --git a/lessons/module-2/scope-1.md b/lessons/module-2/scope-1.md
index 4900812de..b998fa37e 100644
--- a/lessons/module-2/scope-1.md
+++ b/lessons/module-2/scope-1.md
@@ -132,12 +132,7 @@ Our function is also hoisted to the top of our code block, with its entire defin
When functions are hoisted to the top of our code block, it hoists not just the function name, but the code inside of it as well. This means we can invoke functions before we've declared them without running into errors.
-
-
-### Note
-
This hoisting behavior adds some complexity to the JavaScript language, and is important to understand thoroughly in order to anticipate the values of your variables at any given time.
-
diff --git a/lessons/module-2/ux-ui-intro-to-personas.md b/lessons/module-2/ux-ui-intro-to-personas.md
index 8cd79c5d9..552c4d2ac 100644
--- a/lessons/module-2/ux-ui-intro-to-personas.md
+++ b/lessons/module-2/ux-ui-intro-to-personas.md
@@ -1,4 +1,7 @@
-# UX/UI: Intro to Personas
+---
+title: "UX/UI: Intro to Personas"
+module: 2
+---
Thinking back to [last week's lesson](https://docs.google.com/presentation/d/1V2Pn6ejC78e0u9T4e9rP8fDpZ29Vm7G-eLVAxFdMDBU/edit?usp=sharing), what are some hallmarks of good, user-focused design?
- Doesn't just look nice - it has to work well