--- layout: default --- {% for post in site.categories[page.category] offset: 0 limit: 4 %}
{% if post.content contains "" %} {{ post.content | split:"" | first }} {% else %} {{ post.excerpt }} {% endif %}
Read More
Archive