{% comment %} This template expects the following variables to be defined when including it: - post: A reference to the Jekyll post variable. {% endcomment %}
{% if include.post.featured-image %}
{% include components/featured-image.html post=include.post %}
{% endif %}

{{ post.title | escape }}

{{ post.date | date: "%b %-d, %Y" }}

{% include components/gen-badge.html list=post.categories prepend_url="/category/" class="is-info" %} {% include components/gen-badge.html list=post.tags prepend_url="/tags/" class="is-light" limit=3 %}
{{ post.excerpt }}
{% if include.post.featured-image %}
{% endif %}