From 8c6fc58b4fc1241296c01505c6b07e871ec730a9 Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Sat, 15 Feb 2025 20:15:26 +0100
Subject: [PATCH] Show more blog posts on front page

---
 templates/frontpage/blog.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/frontpage/blog.html b/templates/frontpage/blog.html
index a870a54..aeebeb5 100644
--- a/templates/frontpage/blog.html
+++ b/templates/frontpage/blog.html
@@ -1,5 +1,5 @@
 {% set blog_section = get_section(path="blog/_index.md", lang=lang) %}
-{% set count = 3 %}
+{% set count = 6 %}
 {% include "blog/section.html" %}
 <nav class="section pt-0">
   <div class="container">
-- 
GitLab