diff --git a/netlify.toml b/netlify.toml index 6b6fedcb..ab2f0d24 100644 --- a/netlify.toml +++ b/netlify.toml @@ -30,7 +30,7 @@ package = "/plugins/fetch-scrobbles" [[headers]] for = "/media/*" [headers.values] - Cache-Control = "public, max-age=604800, must-revalidate" + Cache-Control = "public, max-age=15552000, must-revalidate" [[headers]] for = "/feeds/posts" @@ -92,10 +92,10 @@ for = "/blogroll.opml" Content-Disposition = "attachment; filename=cory-dransfeldt-blogroll.opml" [[headers]] - for = "/*" - [headers.values] - Content-Security-Policy = "upgrade-insecure-requests; block-all-mixed-content;" - X-Frame-Options = "DENY" - X-XSS-Protection = "1; mode=block" - Referrer-Policy = "strict-origin-when-cross-origin, no-referrer-when-downgrade" - Permissions-Policy = "autoplay=(), camera=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), publickey-credentials-get=()" + for = "/*" + [headers.values] + Content-Security-Policy = "upgrade-insecure-requests; block-all-mixed-content;" + X-Frame-Options = "DENY" + X-XSS-Protection = "1; mode=block" + Referrer-Policy = "strict-origin-when-cross-origin, no-referrer-when-downgrade" + Permissions-Policy = "autoplay=(), camera=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), publickey-credentials-get=()" diff --git a/src/_includes/partials/now/media-grid.liquid b/src/_includes/partials/now/media-grid.liquid index 5f013a36..4552472f 100644 --- a/src/_includes/partials/now/media-grid.liquid +++ b/src/_includes/partials/now/media-grid.liquid @@ -22,9 +22,9 @@ {%- if loading -%}{{ loading }}{%- else -%}lazy{%- endif -%} {%- endcapture -%} {% if shape == 'square' %} - {{ alt }} + {{ alt }} {% else %} - {{ alt }} + {{ alt }} {% endif %} diff --git a/src/_includes/partials/now/tracks-recent.liquid b/src/_includes/partials/now/tracks-recent.liquid index 6db33d57..873d9818 100644 --- a/src/_includes/partials/now/tracks-recent.liquid +++ b/src/_includes/partials/now/tracks-recent.liquid @@ -4,7 +4,7 @@ {% capture alt %}{{ item.track | escape }} by {{ item.artist }}{% endcapture %}
- {{ alt }} + {{ alt }}
{{ item.track }}
diff --git a/src/_includes/partials/widgets/badge-grid.liquid b/src/_includes/partials/widgets/badge-grid.liquid index 9dd51ed5..48ee8c1a 100644 --- a/src/_includes/partials/widgets/badge-grid.liquid +++ b/src/_includes/partials/widgets/badge-grid.liquid @@ -1,26 +1,26 @@ diff --git a/src/_includes/webrings/the-claw.liquid b/src/_includes/webrings/the-claw.liquid index 15942a53..0ad5f1d2 100644 --- a/src/_includes/webrings/the-claw.liquid +++ b/src/_includes/webrings/the-claw.liquid @@ -1,6 +1,6 @@
- The Claw Webring + The Claw Webring

The Claw Webring

diff --git a/src/pages/books/index.html b/src/pages/books/index.html index 09a634cc..ae35ea14 100644 --- a/src/pages/books/index.html +++ b/src/pages/books/index.html @@ -13,7 +13,7 @@ permalink: "/books/index.html" {% capture alt %}{{ book.title }} by {{ book.authors }}{% endcapture %}
- {{ alt }} + {{ alt }}
diff --git a/src/pages/errors/404.html b/src/pages/errors/404.html index e2456785..c557b65b 100644 --- a/src/pages/errors/404.html +++ b/src/pages/errors/404.html @@ -5,7 +5,7 @@ permalink: /404.html image: /assets/img/404.jpg ---
- {{ alt }} + {{ alt }}
What kind of idiots do you have working here? Hurry up and skip out on the room service bill! diff --git a/src/posts/2023/displaying-listening-data-from-apple-music-using-musickit.md b/src/posts/2023/displaying-listening-data-from-apple-music-using-musickit.md index 4f396256..34c0a055 100644 --- a/src/posts/2023/displaying-listening-data-from-apple-music-using-musickit.md +++ b/src/posts/2023/displaying-listening-data-from-apple-music-using-musickit.md @@ -203,7 +203,7 @@ The templating for my site is all written in [liquid.js](https://liquidjs.com) a We have an object containing arrays of objects — we iterate through each object for the appropriate section (tracks aren't displayed at the moment) and build the resulting display[^3]. This isn't perfect by any means, but, it does provide a nice little visualization of what I'm listening to and `240` tracks feels adequate as a rolling window into that activity. -Albums and artists +Albums and artists [^1]: There are some good options to do this, but there aren't a _ton_ and the age of some of the apps is concerning. [Marvis](https://appaddy.wixsite.com/marvis) is far and away your best choice here. [^2]: Making sure that you update the values you obtained, including the path to your downloaded `.p8` file. diff --git a/src/posts/2024/what-song-is-in-your-head.md b/src/posts/2024/what-song-is-in-your-head.md index 84be8925..f6d5900c 100644 --- a/src/posts/2024/what-song-is-in-your-head.md +++ b/src/posts/2024/what-song-is-in-your-head.md @@ -6,7 +6,7 @@ tags: ['music'] --- I saw this carved into a table in Austin once and it — like many songs — has been stuck in my head ever since. I'll get hooked on a song and circle back to that roughly carved message. -What song is in your head? +What song is in your head? I've had songs and albums stuck in my head dating back to my childhood, primarily tracks from [*The Traveling Wilburys Vol. 1*](https://en.wikipedia.org/wiki/Traveling_Wilburys_Vol._1) — Tweeter and the Monkey Man, Handle With Care — they all take turns getting stuck in my head.