{{ post.title }}
' | remove: '
' }}{% 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 %}
' | remove: '
{{ post.title }}