feat: update index and book/game templates
This commit is contained in:
parent
75c6cb6d46
commit
751b2f02b3
3 changed files with 13 additions and 7 deletions
|
@ -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) }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue