master
 1---
 2layout: default
 3---
 4<article class="column" itemscope itemtype="http://schema.org/BlogPosting">
 5  <header class="post-header">
 6    <h1 class="title" itemprop="name headline">{{ page.title }}</h1>
 7    <h2 class="subtitle"><time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}</time>{% if page.author %} • <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">{{ page.author }}</span></span>{% endif %}</h2>
 8  </header>
 9
10  <div class="content" itemprop="articleBody">
11    <p> {{ content }} </p>
12  </div>
13</article>