fix: wrapping

This commit is contained in:
Cory Dransfeldt 2024-09-21 22:01:07 -07:00
parent 212fdb06d8
commit 56de28420b
No known key found for this signature in database
3 changed files with 9 additions and 9 deletions

10
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "24.19.3", "version": "24.19.4",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "24.19.3", "version": "24.19.4",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@cdransf/api-text": "^1.5.0", "@cdransf/api-text": "^1.5.0",
@ -1744,9 +1744,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/electron-to-chromium": { "node_modules/electron-to-chromium": {
"version": "1.5.25", "version": "1.5.27",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.25.tgz", "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.27.tgz",
"integrity": "sha512-kMb204zvK3PsSlgvvwzI3wBIcAw15tRkYk+NQdsjdDtcQWTp2RABbMQ9rUBy8KNEOM+/E6ep+XC3AykiWZld4g==", "integrity": "sha512-o37j1vZqCoEgBuWWXLHQgTN/KDKe7zwpiY5CPeq2RvUqOyJw9xnrULzZAEVQ5p4h+zjMk7hgtOoPdnLxr7m/jw==",
"dev": true, "dev": true,
"license": "ISC" "license": "ISC"
}, },

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "24.19.3", "version": "24.19.4",
"description": "The source for my personal site. Built using 11ty (and other tools).", "description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module", "type": "module",
"scripts": { "scripts": {

View file

@ -2,12 +2,12 @@
<a href="{{ movie.url }}"> <a href="{{ movie.url }}">
<div class="watching hero"> <div class="watching hero">
<div class="meta-text"> <div class="meta-text">
<div class="header">{{ movie.title }} ({{ movie.year }})</div> <div class="header">{{ movie.title }}</div>
<div class="subheader"> <div class="subheader">
Last watched on {{ movie.dateAdded | date: "%B %e, %Y" }}
{%- if movie.rating -%} {%- if movie.rating -%}
<span class="rating">({{ movie.rating }})</span> <span class="rating">{{ movie.rating }} </span>
{%- endif -%} {%- endif -%}
({{ movie.year }})
</div> </div>
</div> </div>
<img <img