--- layout: default pagination: enabled: false --- {% comment %} This layout is the single page of a blog post. {% endcomment %}
{% unless page.layout == "posts" %}
{% endunless %}
{{ page.banner_image_alt }}

{{ page.title }}

{{ page.subheading }}

{{ content }} {% assign author = site.data.authors[page.author] %} {%- include author_card.html -%}