layout | permalink |
---|---|
default |
/blog/ |
{% for post in site.posts %}
{{ post.content | truncatewords:50 }}
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read more...</a>
</article>
{% endfor %}