Merge branch 'main' of git@github.com:cdransf/coryd.dev.git

This commit is contained in:
Cory Dransfeldt 2024-05-06 08:47:08 -07:00
commit ba8948e599
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -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
---