diff --git a/package-lock.json b/package-lock.json index d07162c4..aa18be3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,11 +19,11 @@ "@11ty/eleventy": "v3.0.0-beta.1", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "@11tyrocks/eleventy-plugin-lightningcss": "^1.4.0", - "@cdransf/eleventy-plugin-tabler-icons": "^1.11.0", + "@cdransf/eleventy-plugin-tabler-icons": "^1.12.0", "@supabase/supabase-js": "^2.45.2", "dotenv-flow": "^4.1.0", "ics": "^3.7.6", - "liquidjs": "^10.16.4", + "liquidjs": "^10.16.5", "luxon": "^3.5.0", "markdown-it": "^14.1.0", "markdown-it-anchor": "^9.1.0", @@ -268,9 +268,9 @@ "license": "MIT" }, "node_modules/@cdransf/eleventy-plugin-tabler-icons": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/@cdransf/eleventy-plugin-tabler-icons/-/eleventy-plugin-tabler-icons-1.11.0.tgz", - "integrity": "sha512-R2+6F4ac7G41AkZpDdxMZLlY7QRpTmVpd1HjUtePs5lrqS/g/xJErHnJUEJRLf/LUNTzv+q7ZOqHLbnI1ULfMQ==", + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/@cdransf/eleventy-plugin-tabler-icons/-/eleventy-plugin-tabler-icons-1.12.0.tgz", + "integrity": "sha512-MbFIUIhoXmc9nxH3Z97cdTjd+ecYsIuSeTjXB1daDBahmmjpg9DxCmSMAlGh/Kr5C8poZ9dIJqUVf1EbivA2GQ==", "dev": true, "license": "MIT" }, @@ -1835,9 +1835,9 @@ "license": "ISC" }, "node_modules/iso-639-1": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/iso-639-1/-/iso-639-1-3.1.2.tgz", - "integrity": "sha512-Le7BRl3Jt9URvaiEHJCDEdvPZCfhiQoXnFgLAWNRhzFMwRFdWO7/5tLRQbiPzE394I9xd7KdRCM7S6qdOhwG5A==", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/iso-639-1/-/iso-639-1-3.1.3.tgz", + "integrity": "sha512-1jz0Wh9hyLMRwqEPchb/KZCiTqfFWtc9R3nm7GHPygBAKS8wdKJ3FH4lvLsri6UtAE5Kz5SnowtXZa//6bqMyw==", "dev": true, "license": "MIT", "engines": { @@ -2153,9 +2153,9 @@ } }, "node_modules/liquidjs": { - "version": "10.16.4", - "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.16.4.tgz", - "integrity": "sha512-5kK5HRZng6crSedS11D1h9Od8pYB5wjWjvJIlbhLVS7n+ITWzQervv27jx+7MkOS2KYfAEhwlEinTsTn4Ae5WQ==", + "version": "10.16.5", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.16.5.tgz", + "integrity": "sha512-vg/B5/QdqdlCL8r4MztWvt8/rK8hrW+H/sDKxg0VYTWRV6kRqU1lSA2oj2kRwDBqerjuG1wm4jx+xgynmYffKw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ed766646..e863e948 100644 --- a/package.json +++ b/package.json @@ -34,11 +34,11 @@ "@11ty/eleventy": "v3.0.0-beta.1", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "@11tyrocks/eleventy-plugin-lightningcss": "^1.4.0", - "@cdransf/eleventy-plugin-tabler-icons": "^1.11.0", + "@cdransf/eleventy-plugin-tabler-icons": "^1.12.0", "@supabase/supabase-js": "^2.45.2", "dotenv-flow": "^4.1.0", "ics": "^3.7.6", - "liquidjs": "^10.16.4", + "liquidjs": "^10.16.5", "luxon": "^3.5.0", "markdown-it": "^14.1.0", "markdown-it-anchor": "^9.1.0", diff --git a/src/assets/styles/pages/music.css b/src/assets/styles/pages/music.css index 7744bb32..fa78ac71 100644 --- a/src/assets/styles/pages/music.css +++ b/src/assets/styles/pages/music.css @@ -46,19 +46,6 @@ height: var(--sizing-svg-sm); } } - - & .brain { - outline: 0; - - & > svg { - stroke: var(--brand-listenbrainz); - } - - &:focus svg, - &:focus-within svg { - outline: var(--outline-default) - } - } } } } diff --git a/src/pages/dynamic/books/book.html b/src/pages/dynamic/books/book.html index 93dfa13a..d94747ff 100644 --- a/src/pages/dynamic/books/book.html +++ b/src/pages/dynamic/books/book.html @@ -51,7 +51,6 @@ schema: book {%- assign percentage = book.progress | append: '%' -%} {% render "partials/media/progress-bar.liquid", percentage:percentage %} {% endif %} -

View on Open Library

{% if book.review %} diff --git a/src/pages/dynamic/music/artists/artist.html b/src/pages/dynamic/music/artists/artist.html index eb2a838c..dac8ed52 100644 --- a/src/pages/dynamic/music/artists/artist.html +++ b/src/pages/dynamic/music/artists/artist.html @@ -53,9 +53,6 @@ schema: artist {{ artist.genre }}

-

- {% tablericon "brain" "MusicBrainz" %} -

{% render "partials/blocks/associated-media.liquid", posts:artist.posts %} diff --git a/src/pages/dynamic/watching/movie.html b/src/pages/dynamic/watching/movie.html index 56534ebd..fc71d914 100644 --- a/src/pages/dynamic/watching/movie.html +++ b/src/pages/dynamic/watching/movie.html @@ -48,7 +48,6 @@ schema: movie

{% 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 %} -

View on TMDB

{% if movie.review %} {% render "partials/blocks/banners/warning.liquid", text: "There are probably spoilers after this banner — this is a warning about them." %} diff --git a/src/pages/dynamic/watching/show.html b/src/pages/dynamic/watching/show.html index 5ee16aad..77a48c8b 100644 --- a/src/pages/dynamic/watching/show.html +++ b/src/pages/dynamic/watching/show.html @@ -50,7 +50,6 @@ schema: show {%- endcapture -%}

{{ lastWatchedText }}

{%- endif -%} -

View on TMDB

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