more yak shaving

This commit is contained in:
2021-10-19 06:44:15 -07:00
parent af6b065de8
commit 481eac817e
5 changed files with 36 additions and 15 deletions

View File

@@ -11,10 +11,8 @@
</script>
<script>
import Post from '$lib/Post.svelte';
export let meta, body;
</script>
<div id="post">
<h1>{meta.title}</h1>
<svelte:component this={body} />
</div>
<Post {meta} {body}></Post>