From cf64a0420e0c2a26caaf0eb30abe94752c6fe27f Mon Sep 17 00:00:00 2001 From: ChrQR Date: Wed, 24 Apr 2024 21:11:07 +0200 Subject: [PATCH] added component --- src/lib/PostPreview.svelte | 7 +++++++ src/routes/+page.svelte | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 src/lib/PostPreview.svelte diff --git a/src/lib/PostPreview.svelte b/src/lib/PostPreview.svelte new file mode 100644 index 0000000..95894d2 --- /dev/null +++ b/src/lib/PostPreview.svelte @@ -0,0 +1,7 @@ + + +

{data.post.title}

+

data.

\ No newline at end of file diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 8af08e6..fe5d525 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -2,5 +2,5 @@

Welcome to my corner of the internet

You most likely ended up here after listening to me rambling about the wonders of self hosted services, and how life would be much easier if we could just containerize everything.

-

This page is my initial svelte project to try out the framework, and at the time of writing (24th April 2024) many parts are still lacking content.

+

This page is my initial svelte project to try out the framework, and at the time of writing (24th April 2024) many pages are still lacking content.

\ No newline at end of file