diff --git a/package-lock.json b/package-lock.json
index 95aa515..843e2e3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "coryd.dev",
- "version": "1.7.2",
+ "version": "1.7.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
- "version": "1.7.2",
+ "version": "1.7.3",
"license": "MIT",
"dependencies": {
"html-minifier-terser": "7.2.0",
diff --git a/package.json b/package.json
index 301ef0c..62277c8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "coryd.dev",
- "version": "1.7.2",
+ "version": "1.7.3",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"engines": {
diff --git a/src/pages/dynamic/genre.php.liquid b/src/pages/dynamic/genre.php.liquid
index 00f11fc..4712330 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.
I last watched
- = htmlspecialchars($show["episode"]["formatted_episode"]) ?>
+ = htmlspecialchars($show["episode"]["formatted_episode"]) ?>
on = date('F j, Y', strtotime($show["episode"]["last_watched_at"])) ?>.