add dynamic head title

This commit is contained in:
wryk 2020-02-13 20:15:52 +01:00
parent 48d484bca2
commit 9b87708077
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
<svelte:head>
<title>{`${ $current ? `${$current.metadata.title} ` : ''}Eldritch Radio`}</title>
</svelte:head>
<main class="app">
<header class="header">
<h1>Eldritch Radio</h1>