fix: add title to track page

This commit is contained in:
Roman Godmaire 2023-11-25 16:16:04 -05:00
parent 81f8ab6b77
commit 4fc158119e

View file

@ -3,6 +3,10 @@
let { track } = data; let { track } = data;
</script> </script>
<svelte:head>
<title>{track.title} by {track.producer.username} | Larsen</title>
</svelte:head>
<hgroup> <hgroup>
<h1>{track.title}</h1> <h1>{track.title}</h1>
<h2>by {track.producer.username}</h2> <h2>by {track.producer.username}</h2>