Include abstract in news displayed

pull/2/head
Alexandre Dulaunoy 2017-02-18 16:09:55 +01:00
parent 19e140f7b0
commit 7f921c98a8
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ layout: default
<div class="inner">
<h3><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h3>
<i>Posted on {{ post.date | date_to_string }}</i>
<p>{{ post.excerpt }}</p>
<footer>
<a href="{{ site.baseurl }}{{ post.url }}" class="button">Continue Reading</a>
</footer>