mess up the css

This commit is contained in:
Jade Lovelace 2023-12-11 23:27:15 -08:00
parent e49196b791
commit c052cd6208
2 changed files with 22 additions and 33 deletions

View file

@ -21,7 +21,7 @@
{% endblock pagemeta %}
{% block content %}
<div class="post" typeof="BlogPosting">
<article class="post" typeof="BlogPosting">
<header class="page-header">
<h1 property="headline">{{ page.title | markdown(inline=true) | safe }}</h1>
@ -68,5 +68,5 @@
</nav>
{% endif %}
</div>
</article>
{% endblock content %}