feat: implement pagination for posts list and add category sidebar
All checks were successful
Deploy / deploy (push) Successful in 46s
All checks were successful
Deploy / deploy (push) Successful in 46s
This commit is contained in:
parent
6c09629c45
commit
7c45526444
9 changed files with 275 additions and 56 deletions
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
import HomePage from '~/components/HomePage.astro';
|
||||
import PostsList from '~/components/PostsList.astro';
|
||||
---
|
||||
|
||||
<HomePage locale="de" />
|
||||
<PostsList locale="de" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue