fix: Page navigation links #25

Merged
aniva merged 3 commits from post/page into main 2024-10-18 14:36:59 -07:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d756598342 - Show all commits

View File

@ -12,4 +12,4 @@
</svelte:head>
<hr class="separator" />
<PostList {posts} pageN=1 {maxPageN}/>
<PostList {posts} pageN={1} {maxPageN}/>