layout: default


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

<header class="major post-header">
  <h2 class="post-title" itemprop="name headline">{{ page.title | escape }}</h2>
  <p>
    <time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
      {%- assign date_format = site.date_format | default: "%b %-d, %Y" -%}
      {{- page.date | date: date_format -}}
    </time>
  </p>
</header>

<div class="post-content" itemprop="articleBody">
    {{ content }}
</div>

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

<a class="u-url" href="{{ page.url | relative_url }}" hidden></a>

</article>