From d4aeef9a90777974e73da711b012b8cebff1cb77 Mon Sep 17 00:00:00 2001
From: Alan Pearce
Date: Sat, 25 Jan 2025 00:11:44 +0100
Subject: show five posts on homepage
---
templates/homepage.templ | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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) {
Latest Posts
- @list(posts[0:3])
+ @list(posts[0:5])
Elsewhere on the Internet
--
cgit 1.4.1