diff --git a/src/components/BlogList.svelte b/src/components/BlogList.svelte index 8a76928..26d180f 100644 --- a/src/components/BlogList.svelte +++ b/src/components/BlogList.svelte @@ -71,7 +71,7 @@ {post.data.author}
- +
{post.data.summary}
diff --git a/src/components/Time.svelte b/src/components/Time.svelte index 16492ed..b5807d1 100644 --- a/src/components/Time.svelte +++ b/src/components/Time.svelte @@ -1,12 +1,13 @@ diff --git a/src/layouts/BlogPost.astro b/src/layouts/BlogPost.astro index 1901583..24daaa1 100644 --- a/src/layouts/BlogPost.astro +++ b/src/layouts/BlogPost.astro @@ -13,11 +13,9 @@ const { title, author, summary, pubDate, updatedDate } = Astro.props;

{title}

{author}
- +
{summary}
- {updatedDate &&
- Amended -
} + {updatedDate &&
Amended
}