chore: labels

This commit is contained in:
Cory Dransfeldt 2024-08-23 18:30:06 -07:00
parent 01e0bc2572
commit 6430805fbf
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "22.6.1", "version": "22.6.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "22.6.1", "version": "22.6.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@cdransf/api-text": "^1.5.0", "@cdransf/api-text": "^1.5.0",

View file

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

@ -57,9 +57,9 @@ schema: book
{%- if book.artists -%} {%- if book.artists -%}
{%- capture sectionTitle -%} {%- capture sectionTitle -%}
{% if book.artists.size > 1 %} {% if book.artists.size > 1 %}
I listen to artists featured in this book! I listen to artists in this book!
{% else %} {% else %}
I listen to the artist featured in this book! I listen to the artist in this book!
{%- endif -%} {%- endif -%}
{%- endcapture -%} {%- endcapture -%}
<p id="artists" class="music flex-centered"> <p id="artists" class="music flex-centered">