Revert "chore: debug"

This reverts commit 4a621bc6fe.
This commit is contained in:
Cory Dransfeldt 2024-06-10 10:10:49 -07:00
parent 4a621bc6fe
commit d417ef1eb4
No known key found for this signature in database
7 changed files with 21 additions and 271 deletions

View file

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