From af588ebca75f69b45dba888b9a5f9433612bc84e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Michonneau?= Date: Mon, 2 Dec 2019 12:48:29 -0500 Subject: [PATCH] remove Jekyll command markers from comment block fix carpentries/lesson-example#281 --- _includes/episode_overview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/episode_overview.html b/_includes/episode_overview.html index c4a4d48..169ab26 100644 --- a/_includes/episode_overview.html +++ b/_includes/episode_overview.html @@ -10,7 +10,7 @@ questions and objectives, we pass them as parameters to the Liquid's `include` statement when we generate the page: - {% include episode_overview.html teaching_time=e.teaching ... %} + include episode_overview.html teaching_time=e.teaching ... Here we obtain the information we need either from the episode itself or from the parameters passed in. -- 2.30.2