fix(genre.php.liquid): clean up top of page language

This commit is contained in:
Cory Dransfeldt 2025-06-20 21:20:34 -07:00
parent 4bc85bde57
commit 938a4f274a
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "10.9.7", "version": "10.9.8",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "10.9.7", "version": "10.9.8",
"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": "10.9.7", "version": "10.9.8",
"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

@ -21,7 +21,7 @@ schema: genre
} else { } else {
echo implode('', $artistLinks); echo implode('', $artistLinks);
} }
?>. I've listened to&puncsp;<mark><?= $genre["total_plays"] . ' ' . pluralize($genre["total_plays"], "play") ?></mark>&puncsp;tracks from this genre.</p> ?>. I've played tracks from this genre &puncsp;<mark><?= $genre["total_plays"] ?> times</mark>.</p>
<hr /> <hr />
<?php endif; ?> <?php endif; ?>
<?php <?php