diff --git a/package-lock.json b/package-lock.json index 1864480a..c6b23a12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "24.7.17", + "version": "24.7.18", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "24.7.17", + "version": "24.7.18", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.5.0", diff --git a/package.json b/package.json index 99103347..d05f455d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "24.7.17", + "version": "24.7.18", "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 28f4d9ba..19b6849f 100644 --- a/src/pages/dynamic/watching/movie.html +++ b/src/pages/dynamic/watching/movie.html @@ -33,21 +33,21 @@ schema: movie />

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

-

- {%- if movie.rating -%} + {%- if movie.rating -%} +

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

+

+ {% endif -%} {%- if movie.favorite -%}

{% tablericon "heart" "Favorite" %} This is one of my favorite movies!

{%- endif -%} {%- if movie.tattoo -%}

{% tablericon "needle" "Tattoo" %} I have a tattoo inspired by this movie!

{%- endif -%} - {% if movie.lastWatched %}

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

{% endif %} + {%- if movie.lastWatched -%}

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

{%- endif -%}
{% if movie.review %} {% render "partials/blocks/banners/warning.liquid", text: "There are probably spoilers after this banner — this is a warning about them." %}