diff --git a/_includes/all_keypoints.html b/_includes/all_keypoints.html
index 9e7cf2c..bedfd73 100644
--- a/_includes/all_keypoints.html
+++ b/_includes/all_keypoints.html
@@ -7,7 +7,7 @@
- {{ episode.title }}
+ {{ episode.title }}
diff --git a/_includes/carpentries.html b/_includes/carpentries.html
index e56c7d1..a195ebb 100644
--- a/_includes/carpentries.html
+++ b/_includes/carpentries.html
@@ -1,6 +1,6 @@
-
+
Since 1998,
@@ -14,7 +14,7 @@
-
+
Data Carpentry develops and teaches workshops on the fundamental data skills needed to conduct research.
diff --git a/_includes/episode_title.html b/_includes/episode_title.html
index 5e2e4ec..767f38f 100644
--- a/_includes/episode_title.html
+++ b/_includes/episode_title.html
@@ -3,22 +3,22 @@
{% if prev_episode %}
-
+
{% else %}
-
+
{% endif %}
{% if next_episode %}
-
+
{% else %}
-
+
{% endif %}
diff --git a/_includes/javascript.html b/_includes/javascript.html
index c2d678c..c8c66c0 100644
--- a/_includes/javascript.html
+++ b/_includes/javascript.html
@@ -1,3 +1,3 @@
-
-
-
+
+
+
diff --git a/_includes/footer.html b/_includes/lesson_footer.html
similarity index 50%
rename from _includes/footer.html
rename to _includes/lesson_footer.html
index d9d90ed..4c175a6 100644
--- a/_includes/footer.html
+++ b/_includes/lesson_footer.html
@@ -1,12 +1,3 @@
-{% comment %}
- Generic footer. Links to repository, not to generated website, so
- we do a bit of a dance to get the right URL.
-{% endcomment %}
-{% if site.is_production %}
- {% capture repo_url %}{{ site.github.repository_url }}{% endcapture %}
-{% else %}
- {% capture repo_url %}https://github.com/{{ site.account }}/{{ site.project }}{% endcapture %}
-{% endif %}
@@ -19,9 +10,9 @@
diff --git a/_includes/main_title.html b/_includes/main_title.html
index 06019b9..4640300 100644
--- a/_includes/main_title.html
+++ b/_includes/main_title.html
@@ -1 +1 @@
-
{{ site.title }} {% if page.title %}: {{ page.title }}{% endif %}
+
{{ site.title }} {% if page.title %}: {{ page.title }}{% endif %}
diff --git a/_includes/navbar.html b/_includes/navbar.html
index 00084bb..7da51db 100644
--- a/_includes/navbar.html
+++ b/_includes/navbar.html
@@ -9,47 +9,47 @@
{% if page.carpentry == "swc" %}
-
+
{% elsif page.carpentry == "dc" %}
-
+
{% elsif site.carpentry == "swc" %}
-
+
{% elsif site.carpentry == "dc" %}
-
+
{% endif %}
-
Home
+
Home