From a3634d64da89a1782bb6a847b5a3b155a55fa3d7 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 19 Sep 2020 10:24:35 +0200 Subject: [PATCH] Up blogpost count on frontpage to 5 temporarly --- source/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.html b/source/index.html index 6a240fa74b1..c290fd04af1 100644 --- a/source/index.html +++ b/source/index.html @@ -77,7 +77,7 @@ description: Open source home automation that puts local control and privacy fir

Recent Blog Posts

- {% for post in site.posts limit: 4 %} + {% for post in site.posts limit: 5 %}
  • {{ post.title }} {{ post.date_formatted }}