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

@ -38,8 +38,8 @@ schema: show
<p class="sub-meta"><a href="https://themoviedb.org/tv/{{ show.tmdb_id }}" title="View {{ show.title | escape }} on TMDB">View on TMDB</a></p>
</div>
{% if show.review %}
<p>{{ show.review | markdown }}</p>
{{ show.review | markdown }}
<hr class="large-spacing" />
{% endif %}
{% if show.description %}<p><em>{{ show.description }}</em></p>{% endif %}
{% if show.description %}<em>{{ show.description }}</em>{% endif %}
</article>