diff --git a/_extras/about.md b/_extras/about.md
index 5f07f659dcd2d78f4033e713a6f3cc71a28abffb..9d8851fd825cff4160fdf95b3197bea72fd4ea0f 100644
--- a/_extras/about.md
+++ b/_extras/about.md
@@ -1,5 +1,8 @@
---
+layout: page
title: About
---
-{% include carpentries.html %}
+
+TODO
+
{% include links.md %}
diff --git a/_extras/figures.md b/_extras/figures.md
index ee5b65082a301e023b5f363838a4e5047c27b76f..6de63d6bb66d85258b4a08d4e2294f90000e78d9 100644
--- a/_extras/figures.md
+++ b/_extras/figures.md
@@ -1,4 +1,5 @@
---
+layout: page
title: Figures
---
@@ -6,17 +7,17 @@ title: Figures
{% comment %}
-Create anchor for each one of the episodes.
+Create anchor for each one of the modules.
{% endcomment %}
-{% for episode in site.episodes %}
-
+{% for module in site.modules %}
+
{% endfor %}
{% include links.md %}