chore: headers and such

This commit is contained in:
Cory Dransfeldt 2024-06-20 15:00:13 -07:00
parent d7dd1a0d0b
commit 7e86d2275c
No known key found for this signature in database
14 changed files with 42 additions and 46 deletions

View file

@ -53,7 +53,7 @@ schema: book
<hr />
{% endif %}
{% if book.description %}
<h2>Overview</h2>
<h3>Overview</h3>
{{ book.description | markdown }}
{% endif %}
</article>