From a366bcc32fd4be263e917e6a2d4b1bdce0515010 Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Mon, 12 Sep 2016 11:57:02 -0400 Subject: [PATCH] Displaying break information in a box --- _includes/episode_break.html | 15 +++++++++++++-- _includes/episode_overview.html | 4 ++-- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/_includes/episode_break.html b/_includes/episode_break.html index 81fd39e..36d2d2f 100644 --- a/_includes/episode_break.html +++ b/_includes/episode_break.html @@ -1,4 +1,15 @@ {% comment %} - Display information about a break. + Display a break's timings in a box similar to a learning episode's. {% endcomment %} -

Break: {{page.break}} min

+
+

Overview

+ +
+
+ Break: {{ page.break }} min +
+
+
+
+ +
diff --git a/_includes/episode_overview.html b/_includes/episode_overview.html index 5165ca1..cb87e0f 100644 --- a/_includes/episode_overview.html +++ b/_includes/episode_overview.html @@ -19,7 +19,7 @@ - +
@@ -32,5 +32,5 @@
- + -- 2.30.2