--- layout: default title: Blog @ example.com description: "Blogging on ...." ---
{% for post in paginator.posts %}

{{ post.title }}

{% if post.modified.size > 2 %}{% else %}{% endif %} {% if post.description.size > 140 %}{{ post.description | markdownify | remove: '

' | remove: '

' }}{% else %}{{ post.excerpt | markdownify | remove: '

' | remove: '

' }}{% endif %} Read more...
{% unless forloop.last %}
{% endunless %} {% endfor %}