chore: post

This commit is contained in:
Cory Dransfeldt 2024-05-24 08:57:39 -07:00
parent 1cf22fac47
commit 14e502a866
No known key found for this signature in database
6 changed files with 71 additions and 0 deletions

View file

@ -20,6 +20,7 @@ schema: movie
<p class="sub-meta"><a href="https://themoviedb.org/movie/{{ movie.id }}">View on TMDB</a></p>
</div>
{% if movie.review %}
{% render "partials/banners/warning.liquid", text: "There are probably spoilers after this banner — this is a warning about them." %}
<p>{{ movie.review | markdown }}</p>
<hr class="large-spacing" />
{% endif %}