From a1483da389cdd1e3f418e3215112f237591b882f Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 2 Aug 2016 15:59:10 +0200 Subject: [PATCH] Layout of news updated (some more rework needed) --- news/index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/news/index.html b/news/index.html index fa17a5d..435b91c 100755 --- a/news/index.html +++ b/news/index.html @@ -15,14 +15,15 @@ layout: default

News

- {% for post in site.posts offset: 0 limit: 4 %} + {% for post in site.posts offset: 0 limit: 10 %}
- +

{{ post.title }}

- {{ post.excerpt }} + Posted on {{ post.date | date_to_string }} + {{ content | truncatewords: 50 }}