Add post excerpts to the main page.

This commit is contained in:
2016-05-04 14:41:25 -04:00
parent 16f4661f42
commit 5c4fa35905
82 changed files with 86 additions and 4 deletions

View File

@ -5,6 +5,7 @@
<h2>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</h2>
{{ post.excerpt }}
</li>
{% endfor %}
</ul>