Skip to content

Commit

Permalink
Show 10 recent blog posts
Browse files Browse the repository at this point in the history
  • Loading branch information
yestyle committed Aug 25, 2023
1 parent ab078c5 commit 9ee096c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ async fn blog_posts() -> Result<Vec<BlogPost>> {
})
})
.collect::<Vec<_>>()
.splice(0..5, None)
.splice(0..10, None)
.collect::<Result<Vec<_>>>()
}

Expand Down

0 comments on commit 9ee096c

Please sign in to comment.