diff --git a/package-lock.json b/package-lock.json index c8a4fa3f..97ad3778 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "21.4.8", + "version": "21.4.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "21.4.8", + "version": "21.4.9", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.4.0", diff --git a/package.json b/package.json index c908fc81..b0f02354 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "21.4.8", + "version": "21.4.9", "description": "The source for my personal site. Built using 11ty (and other tools).", "type": "module", "scripts": { diff --git a/src/pages/dynamic/watching/movie.html b/src/pages/dynamic/watching/movie.html index c8cbf031..201d0860 100644 --- a/src/pages/dynamic/watching/movie.html +++ b/src/pages/dynamic/watching/movie.html @@ -32,14 +32,14 @@ schema: movie height="720" />
-

{{ movie.title }}

+

{{ movie.title }}{%- if movie.year and not movie.rating %} ({{ movie.year }}){%- endif -%}

{%- if movie.rating -%} {{ movie.rating }} + {%- if movie.year %} + ({{ movie.year }}) + {%- endif -%} {% endif -%} - {%- if movie.year %} - ({{ movie.year }}) - {%- endif -%}

{% if movie.lastWatched %}

Last watched on {{ movie.lastWatched | date: "%B %e, %Y" }}

{% endif %}

View on TMDB