From d73651fc6e108b8ffcb3640abca6026899897028 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 24 May 2015 11:22:08 +0200 Subject: [PATCH] Use the post excerpt for now --- archive.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/archive.html b/archive.html index d38712c..48e0781 100644 --- a/archive.html +++ b/archive.html @@ -18,7 +18,8 @@ permalink: "archive/"
{% if post.subheadline %}{{ post.subheadline }} › {% endif %}{{ post.title }}
- {% if post.meta_description %}{{ post.meta_description | strip_html | escape }}{% elsif post.teaser %}{{ post.teaser | strip_html | escape }}{% endif %} + {{ post.excerpt | remove: '

' | remove: '

' }} + {{ site.data.language.read_more }}