fixed broken about link in header; removed entries from record wall without cover
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<a href="/projects/projectn5">Project N5</a>
|
||||
<a href="/blog">Blog</a>
|
||||
<!-- <a href="/garden">Garden</a> -->
|
||||
<a href="/about">About</a>
|
||||
<a href="/meta/about">About</a>
|
||||
{/snippet}
|
||||
|
||||
<div class="header-content">
|
||||
|
||||
@@ -28,13 +28,13 @@ export let records: Record[] = [
|
||||
cover: "acloudyskye_04_twbtlt.webp",
|
||||
link: "",
|
||||
},
|
||||
{
|
||||
title: "hypochondriac",
|
||||
artist: "brakence",
|
||||
release: "202",
|
||||
cover: ".webp",
|
||||
link: "",
|
||||
},
|
||||
// {
|
||||
// title: "hypochondriac",
|
||||
// artist: "brakence",
|
||||
// release: "202",
|
||||
// cover: ".webp",
|
||||
// link: "",
|
||||
// },
|
||||
{
|
||||
title: "Healers Vol. 1",
|
||||
artist: "Duskus",
|
||||
@@ -42,20 +42,20 @@ export let records: Record[] = [
|
||||
cover: "duskus_02_healersvol1.webp",
|
||||
link: "",
|
||||
},
|
||||
{
|
||||
title: "CHASER",
|
||||
artist: "femtanyl",
|
||||
release: "",
|
||||
cover: ".webp",
|
||||
link: "",
|
||||
},
|
||||
{
|
||||
title: "SISTER",
|
||||
artist: "Frost Children",
|
||||
release: "",
|
||||
cover: ".webp",
|
||||
link: "",
|
||||
},
|
||||
// {
|
||||
// title: "CHASER",
|
||||
// artist: "femtanyl",
|
||||
// release: "",
|
||||
// cover: ".webp",
|
||||
// link: "",
|
||||
// },
|
||||
// {
|
||||
// title: "SISTER",
|
||||
// artist: "Frost Children",
|
||||
// release: "",
|
||||
// cover: ".webp",
|
||||
// link: "",
|
||||
// },
|
||||
{
|
||||
title: "it's hard to see color [When You're So Impossibly Far Away*]",
|
||||
artist: "Jaron",
|
||||
@@ -98,55 +98,55 @@ export let records: Record[] = [
|
||||
cover: "kmoe_01_k1.webp",
|
||||
link: "",
|
||||
},
|
||||
{
|
||||
title: "Into the Unknown",
|
||||
artist: "NERO",
|
||||
release: "202",
|
||||
cover: ".webp",
|
||||
link: "",
|
||||
},
|
||||
{
|
||||
title: "Second Nature",
|
||||
artist: "Ninajirachi",
|
||||
release: "202",
|
||||
cover: ".webp",
|
||||
link: "",
|
||||
},
|
||||
{
|
||||
title: "I Love My Computer",
|
||||
artist: "Ninajirachi",
|
||||
release: "202",
|
||||
cover: ".webp",
|
||||
link: "",
|
||||
},
|
||||
{
|
||||
title: "The weight of the world",
|
||||
artist: "Syzy",
|
||||
release: "202",
|
||||
cover: ".webp",
|
||||
link: "",
|
||||
},
|
||||
{
|
||||
title: "fishmonger",
|
||||
artist: "underscores",
|
||||
release: "202",
|
||||
cover: ".webp",
|
||||
link: "",
|
||||
},
|
||||
{
|
||||
title: "Ghostholding",
|
||||
artist: "venturing",
|
||||
release: "202",
|
||||
cover: ".webp",
|
||||
link: "https://janeremover.bandcamp.com/album/ghostholding",
|
||||
},
|
||||
{
|
||||
title: "TO-THE-CORE_153BPM",
|
||||
artist: "xaev",
|
||||
release: "202",
|
||||
cover: ".webp",
|
||||
link: "",
|
||||
},
|
||||
// {
|
||||
// title: "Into the Unknown",
|
||||
// artist: "NERO",
|
||||
// release: "202",
|
||||
// cover: ".webp",
|
||||
// link: "",
|
||||
// },
|
||||
// {
|
||||
// title: "Second Nature",
|
||||
// artist: "Ninajirachi",
|
||||
// release: "202",
|
||||
// cover: ".webp",
|
||||
// link: "",
|
||||
// },
|
||||
// {
|
||||
// title: "I Love My Computer",
|
||||
// artist: "Ninajirachi",
|
||||
// release: "202",
|
||||
// cover: ".webp",
|
||||
// link: "",
|
||||
// },
|
||||
// {
|
||||
// title: "The weight of the world",
|
||||
// artist: "Syzy",
|
||||
// release: "202",
|
||||
// cover: ".webp",
|
||||
// link: "",
|
||||
// },
|
||||
// {
|
||||
// title: "fishmonger",
|
||||
// artist: "underscores",
|
||||
// release: "202",
|
||||
// cover: ".webp",
|
||||
// link: "",
|
||||
// },
|
||||
// {
|
||||
// title: "Ghostholding",
|
||||
// artist: "venturing",
|
||||
// release: "202",
|
||||
// cover: ".webp",
|
||||
// link: "https://janeremover.bandcamp.com/album/ghostholding",
|
||||
// },
|
||||
// {
|
||||
// title: "TO-THE-CORE_153BPM",
|
||||
// artist: "xaev",
|
||||
// release: "202",
|
||||
// cover: ".webp",
|
||||
// link: "",
|
||||
// },
|
||||
// {
|
||||
// title: "",
|
||||
// artist: "",
|
||||
|
||||
Reference in New Issue
Block a user