From f4931b79f25eb1ffbefaf90dc8d280f215fc14f8 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 5 May 2024 17:28:22 -0700 Subject: [PATCH 1/2] chore: update emoji --- api/now-playing.js | 1 + 1 file changed, 1 insertion(+) diff --git a/api/now-playing.js b/api/now-playing.js index b0c7c002..79e29260 100644 --- a/api/now-playing.js +++ b/api/now-playing.js @@ -31,6 +31,7 @@ const emojiMap = (genre, artist) => { if (normalizedArtist === "nomeansno") return "🐵🐮🚬" if (normalizedArtist === "nothing") return "🏳️" if (normalizedArtist === "panopticon") return "🪕🪦" + if (normalizedArtist === "plunger") return "🪠" if (normalizedArtist === "radiohead") return "📻" if (normalizedArtist === "taylor swift") return "👸🏼" if (normalizedArtist === "the mars volta") return "💡😮" From 404b96dd22e956cb6937471f1a0ac7f502172694 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 5 May 2024 20:47:21 -0700 Subject: [PATCH 2/2] chore: meta --- src/pages/main/search.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/main/search.html b/src/pages/main/search.html index 88dad966..6e768f00 100644 --- a/src/pages/main/search.html +++ b/src/pages/main/search.html @@ -1,6 +1,6 @@ --- title: Search -description: "Search through and find the posts on my site." +description: "Search through and find the posts and links on my site." layout: default permalink: /search.html ---