Skip to content

Commit e34203a

Browse files
committed
Add main landmark element for accessibility
1 parent b8646f3 commit e34203a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/_layouts/default.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
{% include header.html %}
1010
{% endunless %}
1111

12+
<main>
1213
{% if page.isArticle %}
1314
<div class="container article">
1415
{% else %}
@@ -48,6 +49,7 @@
4849
{% endif %}
4950
</div>
5051
</div>
52+
</main>
5153
{% include footer.html %}
5254

5355
{% if page.showBackToTop %}

0 commit comments

Comments
 (0)