layout: default


<article class=“container” itemscope itemtype=“schema.org/BlogPosting”>

<header>
  <h1 class="post-title" itemprop="name headline">{{ page.title | escape }}</h1>
  <p>
    <time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
      {% assign date_format = site.minima.date_format | default: "%b %-d, %Y" %}
      {% assign post_author = page.author | default: site.author %}
      {{ page.date | date: date_format }}
    </time>
  • <span>{{ post_author }}</span>
  </p>
</header>

  {{ content }}

{% if site.disqus.shortname %}
  {% include disqus_comments.html %}
{% endif %}

</article>