mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 23:39:30 +08:00
10 lines
271 B
Svelte
10 lines
271 B
Svelte
|
|
<script lang='ts'>
|
|
import { posts as storedPosts} from '$lib/stores/posts'
|
|
import Head from '$lib/components/head.svelte'
|
|
import Footer from '$lib/components/footer.svelte'
|
|
// let notes = storedPosts.filter((post)=> post.layout==='notes')
|
|
</script>
|
|
|
|
|
|
<Head />
|