fix(now-playing.php.liquid): remove extra space after now playing label

This commit is contained in:
Cory Dransfeldt 2025-06-17 16:30:24 -07:00
parent ff51a5d389
commit 5684b461fd
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.7.2", "version": "10.7.3",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "10.7.2", "version": "10.7.3",
"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.7.2", "version": "10.7.3",
"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

@ -9,7 +9,7 @@
?> ?>
<p class="now-playing"> <p class="now-playing">
<mark>Now playing</mark>&puncsp; <mark>Now playing</mark>
<span class="content"><?= $data['content'] ?></span> <span class="content"><?= $data['content'] ?></span>
</p> </p>
<?php endif; ?> <?php endif; ?>