Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 775 Bytes

File metadata and controls

19 lines (15 loc) · 775 Bytes
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.date | date: "%a, %d %b %Y %R %Z" }}_

{{ 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 %}