layout | title | hide-title |
---|---|---|
page |
Blog |
true |
{% for post in site.posts %}
{{ post.date | date_to_string }}
{{ post.excerpt | strip_html | strip_newlines | truncate: 175 }}
{% endfor %}
layout | title | hide-title |
---|---|---|
page |
Blog |
true |