From d7378aad8ef814f58e9b6caac27be716a7290369 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 23 Aug 2024 19:32:44 -0700 Subject: [PATCH] fix: alignment --- package-lock.json | 4 ++-- package.json | 2 +- src/pages/dynamic/music/artists/artist.html | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 43f84c56..ea8b095f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "22.6.4", + "version": "22.6.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "22.6.4", + "version": "22.6.5", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.5.0", diff --git a/package.json b/package.json index 2a58f487..4433be48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "22.6.4", + "version": "22.6.5", "description": "The source for my personal site. Built using 11ty (and other tools).", "type": "module", "scripts": { diff --git a/src/pages/dynamic/music/artists/artist.html b/src/pages/dynamic/music/artists/artist.html index bcac645f..bfe08291 100644 --- a/src/pages/dynamic/music/artists/artist.html +++ b/src/pages/dynamic/music/artists/artist.html @@ -40,10 +40,10 @@ schema: artist

{{ artist.name }}

{%- if artist.favorite -%} -

{% tablericon "heart" "Favorite" %} This is one of my favorite artists!

+

{% tablericon "heart" "Favorite" %} This is one of my favorite artists!

{%- endif -%} {%- if artist.tattoo -%} -

{% tablericon "needle" "Tattoo" %} I have a tattoo inspired by this artist!

+

{% tablericon "needle" "Tattoo" %} I have a tattoo inspired by this artist!

{%- endif -%} {%- if artist.totalPlays > 0 -%}

{{ artist.totalPlays }} plays