1
0
Fork 1
mirror of https://github.com/wezm/wezm.net.git synced 2025-04-23 03:30:42 +00:00

Format page template main article

This commit is contained in:
Di 2025-02-20 22:01:04 +10:00 committed by Wesley Moore
parent 08b8a7a603
commit 13f34d365b

View file

@ -42,7 +42,7 @@
</nav> </nav>
<main> <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>
</h2> </h2>
@ -80,6 +80,6 @@
or <a href="mailto:wes@wezm.net">send me an email</a>. or <a href="mailto:wes@wezm.net">send me an email</a>.
</p> </p>
</div> </div>
</article> </article>
</main> </main>
{% endblock %} {% endblock %}