chore: punctuation + deps
This commit is contained in:
parent
65e41fac94
commit
40ff0dc01a
3 changed files with 19 additions and 19 deletions
|
@ -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 %}
|
||||
|
|
Reference in a new issue