mirror of
https://github.com/wezm/wezm.net.git
synced 2025-04-03 02:10:42 +00:00
Add <main> landmark to page template
This commit is contained in:
parent
c2799792d6
commit
08b8a7a603
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
|||
{% endfor %}
|
||||
</nav>
|
||||
|
||||
<main>
|
||||
<article id="{{ page.slug }}">
|
||||
<h2>
|
||||
<a href="{{ page.permalink }}">{{ page.title }}</a>
|
||||
|
@ -80,4 +81,5 @@
|
|||
</p>
|
||||
</div>
|
||||
</article>
|
||||
</main>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue