add missing <article> tags
authorFrançois Michonneau <francois.michonneau@gmail.com>
Tue, 21 Aug 2018 14:12:02 +0000 (10:12 -0400)
committerFrançois Michonneau <francois.michonneau@gmail.com>
Tue, 21 Aug 2018 14:12:02 +0000 (10:12 -0400)
_layouts/lesson.html
_layouts/page.html

index 7d566cd195a9ecc7bd17f1ae1ecea0ddac344580..f3f7300e9192749830862e8209326c58faf38f46 100644 (file)
@@ -2,5 +2,7 @@
 layout: base
 ---
 {% include main_title.html %}
-{{ content }}
+<article>
+  {{ content }}
+</article>
 {% include syllabus.html %}
index 3df0456613772c2122100902a8d7fd84f91693dc..656edfef9be0254fe9ebb5524b9ff65096f74668 100644 (file)
@@ -2,4 +2,6 @@
 layout: base
 ---
 {% include main_title.html %}
+<article>
 {{content}}
+</article>