layout | title |
---|---|
page |
{% for post in site.posts %}
-
{% if post.description %}{{ post.description }}{% else %}{{ post.content | strip_html | strip_newlines | truncate: 120 }}{% endif %}
[Read more »]({{ site.url}}{{post.url }}) {% endfor %}
layout | title |
---|---|
page |
{% for post in site.posts %}
{% if post.description %}{{ post.description }}{% else %}{{ post.content | strip_html | strip_newlines | truncate: 120 }}{% endif %}
[Read more »]({{ site.url}}{{post.url }}) {% endfor %}