Merge branch 'main' of git@github.com:cdransf/coryd.dev.git
This commit is contained in:
commit
ba8948e599
2 changed files with 2 additions and 1 deletions
|
@ -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 "💡😮"
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
|
Reference in a new issue