From d211e2ab923000b68fcce7cfe279e65bf8868dc5 Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Fri, 15 Apr 2016 14:40:48 -0400 Subject: [PATCH] Modifying include to match new file name --- _layouts/episode.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/episode.html b/_layouts/episode.html index c3de755..3776397 100644 --- a/_layouts/episode.html +++ b/_layouts/episode.html @@ -2,6 +2,6 @@ layout: base --- {% include episode_title.html %} -{% include episode_summary.html %} +{% include episode_overview.html %} {{content}} {% include episode_keypoints.html %} -- GitLab