chore: punctuation + deps

This commit is contained in:
Cory Dransfeldt 2024-08-16 16:27:41 -07:00
parent 65e41fac94
commit 40ff0dc01a
No known key found for this signature in database
3 changed files with 19 additions and 19 deletions

View file

@ -41,7 +41,7 @@ schema: movie
{%- endif -%}
{% endif -%}
</p>
{% if movie.lastWatched %}<p class="sub-meta">Last watched on {{ movie.lastWatched | date: "%B %e, %Y" }}</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 %}