diff --git a/package-lock.json b/package-lock.json
index 64e21ab..33183a9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "coryd.dev",
- "version": "3.0.2",
+ "version": "3.0.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
- "version": "3.0.2",
+ "version": "3.0.3",
"license": "MIT",
"dependencies": {
"html-minifier-terser": "7.2.0",
diff --git a/package.json b/package.json
index a242fab..1dbb96f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "coryd.dev",
- "version": "3.0.2",
+ "version": "3.0.3",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"engines": {
diff --git a/src/pages/dynamic/artist.php.liquid b/src/pages/dynamic/artist.php.liquid
index 3f4d43b..5fe22b9 100644
--- a/src/pages/dynamic/artist.php.liquid
+++ b/src/pages/dynamic/artist.php.liquid
@@ -84,7 +84,7 @@ schema: artist
$dialogId = "dialog-" . htmlspecialchars($concert["id"]);
?>
- On
+ On  
at
diff --git a/src/pages/dynamic/book.php.liquid b/src/pages/dynamic/book.php.liquid
index 9876184..8db5198 100644
--- a/src/pages/dynamic/book.php.liquid
+++ b/src/pages/dynamic/book.php.liquid
@@ -41,7 +41,7 @@ schema: book
{% tablericon "needle" %} I have a tattoo inspired by this book!
- Finished on: = date('F j, Y', strtotime($book["date_finished"])) ?>
+ Finished on: = date('F j, Y', strtotime($book["date_finished"])) ?>
diff --git a/src/pages/dynamic/genre.php.liquid b/src/pages/dynamic/genre.php.liquid
index 9b1e51b..a8a39b4 100644
--- a/src/pages/dynamic/genre.php.liquid
+++ b/src/pages/dynamic/genre.php.liquid
@@ -8,7 +8,7 @@ schema: genre
0): ?>
- My top = htmlspecialchars($genre["name"]) ?> artists are
+
My top = htmlspecialchars($genre["name"]) ?> artists are
' . htmlspecialchars($artist["name"]) . '';
}
echo implode(', ', $artistLinks);
- ?>. I've listened to = $genre["total_plays"] . ' ' . pluralize($genre["total_plays"], "play") ?> tracks from this genre.
+ ?>. I've listened to = $genre["total_plays"] . ' ' . pluralize($genre["total_plays"], "play") ?> tracks from this genre.
{% tablericon "needle" %} I have a tattoo inspired by this show!
- I last watched
- = htmlspecialchars($show["episode"]["formatted_episode"]) ?>
- on = date('F j, Y', strtotime($show["episode"]["last_watched_at"])) ?>.
-
+ I last watched = htmlspecialchars($show["episode"]["formatted_episode"]) ?> on = date('F j, Y', strtotime($show["episode"]["last_watched_at"])) ?>.
diff --git a/src/pages/dynamic/tags.php.liquid b/src/pages/dynamic/tags.php.liquid
index 2156f6b..9567abe 100644
--- a/src/pages/dynamic/tags.php.liquid
+++ b/src/pages/dynamic/tags.php.liquid
@@ -5,7 +5,7 @@ schema: tags
---
{% tablericon "arrow-left" %} Back to tags
#= htmlspecialchars($tag) ?>
-= number_format($totalCount) ?> item= $totalCount === 1 ? '' : 's' ?> items tagged with #= htmlspecialchars($tag) ?>. You can search my site as well.
+= number_format($totalCount) ?> item= $totalCount === 1 ? '' : 's' ?> items tagged with #= htmlspecialchars($tag) ?>. You can search my site as well.
@@ -19,9 +19,9 @@ schema: tags
• = $item['label'] ?>