Latest Posts

{% for post in site.posts limit: include.limit %}
{% assign post_image = post.image.path | replace: '/assets/images/','' %} {% picture card {{post_image}} alt=post.image.alt %}
{{post.title}}
{{post.date | date: "%A, %B %-d, %Y"}}

{{post.content | truncatewords: 20, "..."}}

Read
{% endfor %}