From 6bf151048ac4c508a2b8f516d2e11c5f97a546db Mon Sep 17 00:00:00 2001 From: Alex Legler Date: Tue, 11 Aug 2015 09:38:10 +0200 Subject: Fix broken news markup, rework spacing between news items --- _includes/frontpage/news | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_includes/frontpage') diff --git a/_includes/frontpage/news b/_includes/frontpage/news index f37099f..a8d4861 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: 3 %}

-- cgit v1.2.3-65-gdbad