Set page title
This commit is contained in:
parent
80427068ea
commit
192ba69ae3
1 changed files with 4 additions and 0 deletions
|
@ -78,6 +78,10 @@
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<svelte:head>
|
||||||
|
<title>Ghost User Maker</title>
|
||||||
|
</svelte:head>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
<h1>Ghost User Maker</h1>
|
<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>
|
<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>
|
||||||
|
|
Loading…
Reference in a new issue