From 9b2f40e5baaaec3519c5858db2cb2d835679199b Mon Sep 17 00:00:00 2001 From: "Andreas K. Huettel" Date: Thu, 12 Oct 2017 19:03:09 +0200 Subject: Only show 2 news items on the frontpage --- _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