1
0
Fork 1
mirror of https://github.com/wezm/wezm.net.git synced 2025-04-08 04:30: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 %} {% endfor %}
</nav> </nav>
<main>
<article id="{{ page.slug }}"> <article id="{{ page.slug }}">
<h2> <h2>
<a href="{{ page.permalink }}">{{ page.title }}</a> <a href="{{ page.permalink }}">{{ page.title }}</a>
@ -80,4 +81,5 @@
</p> </p>
</div> </div>
</article> </article>
</main>
{% endblock %} {% endblock %}