{{ post.title }}
{{ post.date | date: "%B %d %H:%M %Z"}}
{{ post.content }}
{% else %}{{ post.title }}
{% if post.description %}{{ post.description }}{% else %}{{ post.content | strip_html | strip_newlines | truncate: 120 }}{% endif %}
{% endif %}{% include _head.html %}
{% include _browser-upgrade.html %} {% include _navigation.html %} {% if page.image.feature %}{{ post.date | date: "%B %d %H:%M %Z"}}
{{ post.content }}
{% else %}{% if post.description %}{{ post.description }}{% else %}{{ post.content | strip_html | strip_newlines | truncate: 120 }}{% endif %}
{% endif %}