moved discography page to art folder and added blurb to drawing gallery page

This commit is contained in:
2026-03-09 16:13:08 +01:00
parent 72a7515120
commit f2511470c5
3 changed files with 5 additions and 1 deletions

View File

@@ -19,7 +19,7 @@
description: "Small stories about my past music",
img: "/main/hypertext.webp",
altText: "",
link: "my-tracks",
link: "/art/music",
},
];
</script>

View File

@@ -1,20 +0,0 @@
<script>
import Banner2 from "$lib/banner2.svelte";
import Content from "$lib/viewport/content.svelte";
</script>
<svelte:head>
<title>My Tracks | denizk0461</title>
</svelte:head>
<Content>
<Banner2
title="My Tracks"
subtitle=""
banner=""
bannerAlt="" />
well this is awkward. there's nothing here yet. come back later?
<!-- <p>Fun fact: this page is named 'my tracks' because the folder on my PC where I store my finished songs is called 'my tracks' and it's been like this for a very long time.</p> -->
</Content>