2015-02-11 12:14:22 +00:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
---
|
2016-03-31 19:25:03 +00:00
|
|
|
<article class="post" itemscope itemtype="http://schema.org/BlogPosting">
|
2015-02-11 12:14:22 +00:00
|
|
|
<header class="post-header">
|
2016-03-31 19:25:03 +00:00
|
|
|
<h1 class="post-title" itemprop="name headline">{{ page.title }}</h1>
|
|
|
|
<p class="post-meta"><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 %}</p>
|
2015-02-11 12:14:22 +00:00
|
|
|
</header>
|
2016-03-31 19:25:03 +00:00
|
|
|
<div class="post-content" itemprop="articleBody">
|
2015-02-11 12:14:22 +00:00
|
|
|
{{ content }}
|
2016-03-31 19:25:03 +00:00
|
|
|
</div>
|
|
|
|
{% include dq.html %}
|
|
|
|
</article>
|