added component
This commit is contained in:
parent
1c73911fad
commit
cf64a0420e
7
src/lib/PostPreview.svelte
Normal file
7
src/lib/PostPreview.svelte
Normal file
@ -0,0 +1,7 @@
|
||||
<script>
|
||||
export let data;
|
||||
|
||||
</script>
|
||||
|
||||
<h2>{data.post.title}</h2>
|
||||
<p>data.</p>
|
@ -2,5 +2,5 @@
|
||||
<h1 class="text-xl mb-2">Welcome to my corner of the internet</h1>
|
||||
<p class="text-left">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.
|
||||
</p>
|
||||
<p class="italic">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.</p>
|
||||
<p class="italic text-sm mt-8">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.</p>
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user