Skip to content

Latest commit

 

History

History
103 lines (103 loc) · 4.62 KB

File metadata and controls

103 lines (103 loc) · 4.62 KB
layout default
no_parent_wrapper true
{% if site.posts.size > 0 %}
{% assign posts = site.posts | where_exp: 'item', 'item.hidden != true' %} {% for post in posts limit:2 %}
{% if post.author %}{{ post.author }} • {% endif %}{{ post.date | date: "%-d %B %Y" }}
{% if forloop.index == 1 %}

{{ post.excerpt | strip_html | newline_to_br }}

{% endif %}
Read more
{% endfor %}
{% else %}

There aren't any blog posts yet, check back soon!

{% endif %}