more yak shaving
This commit is contained in:
9
src/lib/Post.svelte
Normal file
9
src/lib/Post.svelte
Normal file
@ -0,0 +1,9 @@
|
||||
<script>
|
||||
export let meta, body;
|
||||
</script>
|
||||
|
||||
|
||||
<div id="post">
|
||||
<h1>{meta.title}</h1>
|
||||
<svelte:component this={body} />
|
||||
</div>
|
Reference in New Issue
Block a user