layout |
---|
page |
{% for post in site.posts %}
{{ post.date | date: "%b %d, %Y" }}
{% if post.content contains '' %}
{{ post.content | split:'' | first }}
<a href="{{ site.baseurl }}{{ post.url }}"><span class="read-more">Read more...</span></a>
{% else %} {{ post.content }} {% endif %}
{% endfor %}