chore: cleanup

This commit is contained in:
Cory Dransfeldt 2024-06-05 11:28:45 -07:00
parent 0fb0c9d65f
commit 26572cef9c
3 changed files with 8 additions and 5 deletions

View file

@ -42,5 +42,5 @@ schema: movie
{{ movie.review | markdown }}
<hr class="large-spacing" />
{% endif %}
{% if movie.description %}<p><em>{{ movie.description }}</em></p>{% endif %}
{% if movie.description %}<em>{{ movie.description }}</em>{% endif %}
</article>