{% assign post = include.post %}
{% if site.blog.hero_layout == true %} {% include utils/hero.html %} {% endif %}
{% if site.blog.hero_layout == true %} {% if post.source-img %}
source: {{ post.source-img }}
{% endif %} {% endif %}

{% if post.link != nil %} {% endif %} {{ post.title }} {% if post.link != nil %} → {% endif %}

{{ post.content | remove: '<!–-break-–>' }}