chore(*): concerts link placement on period-specific music pages

This commit is contained in:
Cory Dransfeldt 2025-06-02 13:56:18 -07:00
parent 2d6674372c
commit 910c6c157f
No known key found for this signature in database
7 changed files with 8 additions and 13 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "8.2.2", "version": "8.2.3",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "8.2.2", "version": "8.2.3",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"minisearch": "^7.1.2", "minisearch": "^7.1.2",

View file

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

@ -11,8 +11,7 @@ updated: "now"
{% if pagination.pageNumber == 0 %} {% if pagination.pageNumber == 0 %}
<h2 class="page-title">Albums this month</h2> <h2 class="page-title">Albums this month</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>.</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><a href="/music/concerts" class="concerts">I also keep track of the concerts I've been to</a>.</p>
<hr /> <hr />
{% endif %} {% endif %}
{% render "media/grid.liquid", {% render "media/grid.liquid",

View file

@ -11,8 +11,7 @@ updated: "now"
{% if pagination.pageNumber == 0 %} {% if pagination.pageNumber == 0 %}
<h2 class="page-title">Artists this month</h2> <h2 class="page-title">Artists this month</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>.</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><a href="/music/concerts" class="concerts">I also keep track of the concerts I've been to</a>.</p>
<hr /> <hr />
{% endif %} {% endif %}
{% render "media/grid.liquid", {% render "media/grid.liquid",

View file

@ -11,8 +11,7 @@ updated: "now"
{% if pagination.pageNumber == 0 %} {% if pagination.pageNumber == 0 %}
<h2 class="page-title">Albums this week</h2> <h2 class="page-title">Albums this week</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>.</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><a href="/music/concerts" class="concerts">I also keep track of the concerts I've been to</a>.</p>
<hr /> <hr />
{% endif %} {% endif %}
{% render "media/grid.liquid", {% render "media/grid.liquid",

View file

@ -11,8 +11,7 @@ updated: "now"
{% if pagination.pageNumber == 0 %} {% if pagination.pageNumber == 0 %}
<h2 class="page-title">Artists this week</h2> <h2 class="page-title">Artists this week</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>.</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><a href="/music/concerts" class="concerts">I also keep track of the concerts I've been to</a>.</p>
<hr /> <hr />
{% endif %} {% endif %}
{% render "media/grid.liquid", {% render "media/grid.liquid",

View file

@ -11,8 +11,7 @@ updated: "now"
{% if pagination.pageNumber == 0 %} {% if pagination.pageNumber == 0 %}
<h2 class="page-title">Artists this week</h2> <h2 class="page-title">Artists this week</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>.</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><a href="/music/concerts" class="concerts">I also keep track of the concerts I've been to</a>.</p>
<hr /> <hr />
{% endif %} {% endif %}
{% render "media/music/charts/rank.liquid", {% render "media/music/charts/rank.liquid",