1
0
Fork 1
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:
Di 2025-02-20 22:00:18 +10:00 committed by Wesley Moore
parent c2799792d6
commit 08b8a7a603

View file

@ -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 %}