From 5cbcca641447736aa4e513d9ef0b2917d255a746 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Sun, 16 Sep 2018 20:54:33 +0200 Subject: Revert "Revert "Only show 2 news items on the frontpage", we post more frequently now" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We still want to see the "Developer blogs" and "Security advisories" in a fresh browser window. This reverts commit 22a55104e20557955b8a777eec11cfb7c46f659b. Signed-off-by: Andreas K. Hüttel --- _includes/frontpage/news | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_includes/frontpage') diff --git a/_includes/frontpage/news b/_includes/frontpage/news index 73bcdc4..903df25 100644 --- a/_includes/frontpage/news +++ b/_includes/frontpage/news @@ -1,5 +1,5 @@
- {% for post in site.posts | limit: 3 %} + {% for post in site.posts | limit: 2 %}

@@ -18,4 +18,4 @@

{% endfor %} -
\ No newline at end of file + -- cgit v1.2.3-65-gdbad