From 6d82c73e2d0b698c4e133359d281cba5e5bafd55 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 10 Sep 2024 21:34:54 -0700 Subject: [PATCH] fix: extra p tag --- package-lock.json | 4 ++-- package.json | 2 +- src/pages/dynamic/watching/movie.html | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) 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." %}