fix(media/music): use title frontmatter value for displayed page title

This commit is contained in:
Cory Dransfeldt 2025-06-20 15:16:25 -07:00
parent 45a7611026
commit 555d611c2a
No known key found for this signature in database
7 changed files with 11 additions and 11 deletions

10
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "10.8.6", "version": "10.8.7",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "10.8.6", "version": "10.8.7",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"minisearch": "^7.1.2", "minisearch": "^7.1.2",
@ -914,9 +914,9 @@
} }
}, },
"node_modules/caniuse-lite": { "node_modules/caniuse-lite": {
"version": "1.0.30001723", "version": "1.0.30001724",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001723.tgz", "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001724.tgz",
"integrity": "sha512-1R/elMjtehrFejxwmexeXAtae5UO9iSyFn6G/I806CYC/BLyyBk1EPhrKBkWhy6wM6Xnm47dSJQec+tLJ39WHw==", "integrity": "sha512-WqJo7p0TbHDOythNTqYujmaJTvtYRZrjpP8TCvH6Vb9CYJerJNKamKzIWOM4BkQatWj9H2lYulpdAQNBe7QhNA==",
"dev": true, "dev": true,
"funding": [ "funding": [
{ {

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "10.8.6", "version": "10.8.7",
"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",
"engines": { "engines": {

View file

@ -8,7 +8,7 @@ permalink: "/music/this-month/albums/{% if pagination.pageNumber > 0 %}{{ pagina
schema: music-month-albums schema: music-month-albums
--- ---
{% if pagination.pageNumber == 0 %} {% if pagination.pageNumber == 0 %}
<h2 class="page-title">Albums this month</h2> <h2 class="page-title">{{ title }}</h2>
<p>These are the albums I've been listening to this month. All of them are awesome. Listed in descending order from most plays to least.</p> <p>These are the albums I've been listening to this month. All of them are awesome. Listed in descending order from most plays to least.</p>
<p><mark>You can also take a look at</mark> the <a href="/music/this-month/artists">artists I've listened to this month</a>, <a href="/music/this-week/artists">the artists I've listened to this week</a> or <a href="/music/this-week/albums">the albums I've listened to this week</a>. <a href="/music/concerts" class="concerts">I also keep track of the concerts I've been to</a>.</p> <p><mark>You can also take a look at</mark> the <a href="/music/this-month/artists">artists I've listened to this month</a>, <a href="/music/this-week/artists">the artists I've listened to this week</a> or <a href="/music/this-week/albums">the albums I've listened to this week</a>. <a href="/music/concerts" class="concerts">I also keep track of the concerts I've been to</a>.</p>
<hr /> <hr />

View file

@ -8,7 +8,7 @@ permalink: "/music/this-month/artists/{% if pagination.pageNumber > 0 %}{{ pagin
schema: music-month-artists schema: music-month-artists
--- ---
{% if pagination.pageNumber == 0 %} {% if pagination.pageNumber == 0 %}
<h2 class="page-title">Artists this month</h2> <h2 class="page-title">{{ title }}</h2>
<p>These are the artists I've been listening to this month. All of them are awesome. Listed in descending order from most plays to least.</p> <p>These are the artists I've been listening to this month. All of them are awesome. Listed in descending order from most plays to least.</p>
<p><mark>You can also take a look at</mark> the <a href="/music/this-week/albums">the albums I've listened to this week</a>, <a href="/music/this-month/albums">albums I've listened to this month</a> or <a href="/music/this-week/artists">the artists I've listened to this week</a>. <a href="/music/concerts" class="concerts">I also keep track of the concerts I've been to</a>.</p> <p><mark>You can also take a look at</mark> the <a href="/music/this-week/albums">the albums I've listened to this week</a>, <a href="/music/this-month/albums">albums I've listened to this month</a> or <a href="/music/this-week/artists">the artists I've listened to this week</a>. <a href="/music/concerts" class="concerts">I also keep track of the concerts I've been to</a>.</p>
<hr /> <hr />

View file

@ -8,7 +8,7 @@ permalink: "/music/this-week/albums/{% if pagination.pageNumber > 0 %}{{ paginat
schema: music-week-albums schema: music-week-albums
--- ---
{% if pagination.pageNumber == 0 %} {% if pagination.pageNumber == 0 %}
<h2 class="page-title">Albums this week</h2> <h2 class="page-title">{{ title }}</h2>
<p>These are the albums I've been listening to this week. All of them are awesome. Listed in descending order from most plays to least.</p> <p>These are the albums I've been listening to this week. All of them are awesome. Listed in descending order from most plays to least.</p>
<p><mark>You can also take a look at</mark> the <a href="/music/this-month/artists">artists I've listened to this month</a>, <a href="/music/this-week/artists">the artists I've listened to this week</a> or <a href="/music/this-month/albums">the albums I've listened to this month</a>. <a href="/music/concerts" class="concerts">I also keep track of the concerts I've been to</a>.</p> <p><mark>You can also take a look at</mark> the <a href="/music/this-month/artists">artists I've listened to this month</a>, <a href="/music/this-week/artists">the artists I've listened to this week</a> or <a href="/music/this-month/albums">the albums I've listened to this month</a>. <a href="/music/concerts" class="concerts">I also keep track of the concerts I've been to</a>.</p>
<hr /> <hr />

View file

@ -8,7 +8,7 @@ permalink: "/music/this-week/artists/{% if pagination.pageNumber > 0 %}{{ pagina
schema: music-week-artists schema: music-week-artists
--- ---
{% if pagination.pageNumber == 0 %} {% if pagination.pageNumber == 0 %}
<h2 class="page-title">Artists this week</h2> <h2 class="page-title">{{ title }}</h2>
<p>These are the artists I've been listening to this week. All of them are awesome. Listed in descending order from most plays to least.</p> <p>These are the artists I've been listening to this week. All of them are awesome. Listed in descending order from most plays to least.</p>
<p><mark>You can also take a look at</mark> the <a href="/music/this-week/albums">albums I've listened to this week</a>, <a href="/music/this-month/albums">the albums I've listened to this month</a> or <a href="/music/this-month/artists">the artists I've listened to this month</a>. <a href="/music/concerts" class="concerts">I also keep track of the concerts I've been to</a>.</p> <p><mark>You can also take a look at</mark> the <a href="/music/this-week/albums">albums I've listened to this week</a>, <a href="/music/this-month/albums">the albums I've listened to this month</a> or <a href="/music/this-month/artists">the artists I've listened to this month</a>. <a href="/music/concerts" class="concerts">I also keep track of the concerts I've been to</a>.</p>
<hr /> <hr />

View file

@ -8,7 +8,7 @@ permalink: "/music/this-week/tracks/{% if pagination.pageNumber > 0 %}{{ paginat
schema: music-week-tracks schema: music-week-tracks
--- ---
{% if pagination.pageNumber == 0 %} {% if pagination.pageNumber == 0 %}
<h2 class="page-title">Artists this week</h2> <h2 class="page-title">{{ title }}</h2>
<p>These are the tracks I've been listening to this week. Some of them are awesome. Listed in descending order from most plays to least.</p> <p>These are the tracks I've been listening to this week. Some of them are awesome. Listed in descending order from most plays to least.</p>
<p><mark>You can also take a look at</mark> the <a href="/music/this-week/albums">albums I've listened to this week</a>, <a href="/music/this-month/albums">the albums I've listened to this month</a>, <a href="/music/this-week/artists">the artists I've listened to this week</a> or the <a href="/music/this-month/artists">the artists I've listened to this month</a>. <a href="/music/concerts" class="concerts">I also keep track of the concerts I've been to</a>.</p> <p><mark>You can also take a look at</mark> the <a href="/music/this-week/albums">albums I've listened to this week</a>, <a href="/music/this-month/albums">the albums I've listened to this month</a>, <a href="/music/this-week/artists">the artists I've listened to this week</a> or the <a href="/music/this-month/artists">the artists I've listened to this month</a>. <a href="/music/concerts" class="concerts">I also keep track of the concerts I've been to</a>.</p>
<hr /> <hr />