{% comment %} @param {string} type - 'page' | 'post' | 'keynote' @param {boolean} short {% endcomment %} {% if include.type == 'post' %} {% if page.header-style == 'text' %}
{% else %}
{% endif %}
{% if page.header-img-credit %} {% endif %}
{% for tag in page.tags %} {{ tag }} {% endfor %}

{{ page.title }}

{% comment %} always create a h2 for keeping the margin {% endcomment %}

{{ page.subtitle }}

Posted by {% if page.author %}{{ page.author }}{% else %}{{ site.title }}{% endif %} on {{ page.date | date: "%B %-d, %Y" }}
{% endif %} {% if include.type == 'keynote' %}
{% for tag in page.tags %} {{ tag }} {% endfor %}

{{ page.title }}

{% comment %} always create a h2 for keeping the margin {% endcomment %}

{{ page.subtitle }}

Posted by {% if page.author %}{{ page.author }}{% else %}{{ site.title }}{% endif %} on {{ page.date | date: "%B %-d, %Y" }}
{% endif %} {% if include.type == 'page' %}
{% if include.short %}
{% else %}
{% endif %}

{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}

{{ page.description }}
{% endif %}