Set page title

This commit is contained in:
Badri Sunderarajan 2022-08-05 10:53:35 +05:30 committed by Badri
parent 80427068ea
commit 192ba69ae3
1 changed files with 4 additions and 0 deletions

View File

@ -78,6 +78,10 @@
}
</script>
<svelte:head>
<title>Ghost User Maker</title>
</svelte:head>
<main>
<h1>Ghost User Maker</h1>
<p>Enter your new author details below. Once done, click on the "Generate" button to receive a special file that you can import to Ghost to add the author details to the "staff". This will let you select them as the author when publishing a post.</p>