summaryrefslogtreecommitdiffstats
path: root/src/components/PostsList
Commit message (Collapse)AuthorAgeFilesLines
* refactor: move SWR to blog pageArmand Philippot2021-12-161-45/+30
| | | | This way I can reuse PostsList component with another posts fetcher.
* chore: display year between blog postsArmand Philippot2021-12-162-18/+24
|
* chore: display featuredImage and meta on posts listArmand Philippot2021-12-162-31/+22
|
* chore: add pagination (load more) to blog pageArmand Philippot2021-12-151-25/+77
|
* chore: retrieve posts list on blog pageArmand Philippot2021-12-152-0/+41