| title | Home |
|---|
{% for post in site.posts limit:15 %} {% assign post_category = post.categories | first %}
{% include category_icon.html category=post_category iconsize="large" %} {{ post.title }}
{{ post.excerpt | remove: '
' | remove: '
' }}{% assign full_length = post.content | strip_html | strip_newlines | size %} {% assign excerpt_length = post.excerpt | strip_html | strip_newlines | size %} {% if full_length > excerpt_length %} []({{ post.url }}#more) {% endif %}
{% unless forloop.last %}---{% endunless %} {% endfor %}