layout | title |
---|---|
default |
Articles |
-
{% for post in site.posts %}
-
{{ post.date | date_to_string }}
{% if post.description %}{{ post.description | strip_html | strip_newlines | truncate: 120 }}{% else %}{{ post.content | strip_html | strip_newlines | truncate: 120 }}{% endif %}
{% endfor %}