{% capture nowunix %}{{'now' | date: '%s'}}{% endcapture %} {% capture posttime %}{{post.date | date: '%s'}}{% endcapture %} {% if post.draft or post.path contains '_drafts' or posttime > nowunix %} {% assign is_draft = true %} {% else %} {% assign is_draft = false %} {% endif %}
{{post.alt | smartify}}

{{ post.title }}

{{ post.excerpt | markdownify | remove: '

' | remove: '

' }}
{% unless forloop.last %}
{% endunless %}