{%- if include.posts.size > 0 -%}
{%- for post in include.posts limit:1 -%}
{{ post.excerpt | strip_html }}{{ post.title | escape }}
{%- assign date_format = site.dateFormats[site.lang] | default: "%b %-d, %Y" -%}
{{ post.date | date: date_format }}