fix: Page navigation links #25
|
@ -12,4 +12,4 @@
|
|||
</svelte:head>
|
||||
|
||||
<hr class="separator" />
|
||||
<PostList {posts} pageN=1 {maxPageN}/>
|
||||
<PostList {posts} pageN={1} {maxPageN}/>
|
||||
|
|
Loading…
Reference in New Issue