Commit e35c67f
Changed files (1)
index.html
@@ -14,6 +14,9 @@ layout: default
<h2>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</h2>
+ <p>
+ {{ post.excerpt }} …
+ </p>
</li>
{% endfor %}
</ul>