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 "💡😮" 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 ---