Blog excerpts

This commit is contained in:
Jeff Parsons 2015-12-10 15:38:25 -08:00
commit 535f9c8d6b
5 changed files with 21 additions and 8 deletions

View file

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