mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 23:39:30 +08:00
8 lines
269 B
Svelte
8 lines
269 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 />
|