--- layout: default --- {{ content }} {% if site.paginate %} {% assign posts = paginator.posts %} {% else %} {% assign posts = site.posts %} {% endif %}

Recent Posts

{%- if posts.size > 0 -%} {%- assign date_format = site.minima.date_format | default: "%B %-d, %Y" -%} {%- for post in posts -%}
{{post.author}}'s Avatar'

{{ post.title | escape }}

{{ post.content | strip_html | escape | truncate: 400}}

{{ post.content | strip_html | escape | truncate: 300}}

{%- endfor -%}

{% if site.paginate %}
{%- endif %} {%- endif -%}