chore: update deps

This commit is contained in:
Cory Dransfeldt 2024-08-27 15:18:41 -07:00
parent 0a9e852b03
commit de015bf37e
No known key found for this signature in database
7 changed files with 13 additions and 32 deletions

View file

@ -48,7 +48,6 @@ schema: movie
<p class="sub-meta tattoo">{% tablericon "needle" "Tattoo" %} I have a tattoo inspired by this movie!</p>
{%- endif -%}
{% if movie.lastWatched %}<p class="sub-meta">Last watched on {{ movie.lastWatched | date: "%B %e, %Y" }}.</p>{% endif %}
<p class="sub-meta"><a href="https://themoviedb.org/movie/{{ movie.id }}" title="View {{ movie.title | escape }} on TMDB">View on TMDB</a></p>
</div>
{% if movie.review %}
{% render "partials/blocks/banners/warning.liquid", text: "There are probably spoilers after this banner — this is a warning about them." %}