layout: home


<link rel=“stylesheet” href=“/assets/css/post.css”>

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

<h1 itemprop="name headline">{{ page.title }}</h1>
<div >
  <p><time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}</time></p>
</div>

<div itemprop="articleBody">
    {{ content }}
</div>

</article>

<div>

{% include previous-next.html %}

</div>