diff options
-rw-r--r-- | templates/homepage.templ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/homepage.templ b/templates/homepage.templ index aa61c40..d614c13 100644 --- a/templates/homepage.templ +++ b/templates/homepage.templ @@ -21,7 +21,7 @@ templ Homepage(config *config.Config, posts []content.Post, content string) { </div> <section> <h2>Latest Posts</h2> - @list(posts[0:3]) + @list(posts[0:5]) </section> <section> <h2>Elsewhere on the Internet</h2> |