add prev/next post

This commit is contained in:
2023-01-03 19:58:24 +02:00
parent b812dabed5
commit ddba1fc23e
3 changed files with 38 additions and 4 deletions

View File

@@ -7,6 +7,6 @@
<slot />
{#if url}
<a href={url}>View on Ghost</a>
<a href={url} class="text-center">View on Ghost</a>
{/if}
</div>