Skip to content

Commit

Permalink
add missing <article> tags
Browse files Browse the repository at this point in the history
  • Loading branch information
fmichonneau committed Aug 21, 2018
1 parent d209595 commit ebc4230
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _layouts/lesson.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
layout: base
---
{% include main_title.html %}
{{ content }}
<article>
{{ content }}
</article>
{% include syllabus.html %}
2 changes: 2 additions & 0 deletions _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
layout: base
---
{% include main_title.html %}
<article>
{{content}}
</article>

0 comments on commit ebc4230

Please sign in to comment.