feat: update index and book/game templates

This commit is contained in:
Devin Haska 2024-11-23 15:00:00 -08:00
parent 75c6cb6d46
commit 751b2f02b3
3 changed files with 13 additions and 7 deletions

View file

@ -37,7 +37,10 @@ Back to books</a>
</ul>
</div>
</header>
<section class="flow">
{{ content | safe }}
</section>
{% if content %}
<hr class="my-2" />
<section class="flow">
{{ content | safe }}
</section>
{% endif %}
{{ format(page.date) }}