<header class=“c-post-head”>

{% include date.html date=include.date %}

{% if page.layout == "post" %}
  <h1 itemprop="name headline">{{ include.title }}</h1>
{% else %}
  <h2 itemprop="name headline"
      class="u-margin-bottom-none">
    <a href="{{ include.url }}">{{ include.title }}</a>
  </h2>

  <link href="{{ include.url }}"
        itemprop="url" />
{% endif %}

</header><!– /c-post-head –>