From ebc4230414f4e9a519087587439b6256af4aa1d2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Michonneau?= Date: Tue, 21 Aug 2018 10:12:02 -0400 Subject: [PATCH] add missing
tags --- _layouts/lesson.html | 4 +++- _layouts/page.html | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/_layouts/lesson.html b/_layouts/lesson.html index 7d566cd..f3f7300 100644 --- a/_layouts/lesson.html +++ b/_layouts/lesson.html @@ -2,5 +2,7 @@ layout: base --- {% include main_title.html %} -{{ content }} +
+ {{ content }} +
{% include syllabus.html %} diff --git a/_layouts/page.html b/_layouts/page.html index 3df0456..656edfe 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -2,4 +2,6 @@ layout: base --- {% include main_title.html %} +
{{content}} +
-- 2.30.2