| title | Writing |
|---|---|
| layout | default |
{% for post in site.posts %}
{{ post.title }}
{{ post.date | date: "%b %d, %Y" }}
{{ post.excerpt | strip_html | truncatewords: 28 }}
{% endfor %}| title | Writing |
|---|---|
| layout | default |
{{ post.excerpt | strip_html | truncatewords: 28 }}
{% endfor %}