From 8dc4d7837f487abd15cc991f18a99cc27573289f Mon Sep 17 00:00:00 2001 From: "Bethlenfalvi, Lorinc (ext)" Date: Wed, 29 Jan 2025 12:34:19 +0100 Subject: [PATCH] aaaaaaaa --- src/components/BlogList.svelte | 2 +- src/components/Time.svelte | 7 ++++--- src/layouts/BlogPost.astro | 6 ++---- 3 files changed, 7 insertions(+), 8 deletions(-) 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
}