Add post content

This commit is contained in:
Fred Boniface 2023-08-17 23:05:02 +01:00
parent 14b1bc3736
commit c2cc96b0c7
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ import type { Article } from "$lib/posts/types";
<span>{tag}</span>
{/each}<br>
{post.date}<br>
{post.author}</p>
{post.author}<br>
{post.content}</p>
</article>
<style>