add missing <article> tags
[rnaseq-cwl-training.git] / _layouts / lesson.html
index 7d566cd195a9ecc7bd17f1ae1ecea0ddac344580..f3f7300e9192749830862e8209326c58faf38f46 100644 (file)
@@ -2,5 +2,7 @@
 layout: base
 ---
 {% include main_title.html %}
-{{ content }}
+<article>
+  {{ content }}
+</article>
 {% include syllabus.html %}