blob: f050ffccdf691aa92bdcfe5d7a1023a6b9c41c43 [file] [log] [blame]
---
layout: default
---
{% assign authors = page.authors %}
<article class="post" itemscope itemtype="http://schema.org/BlogPosting">
<div class="col-md-8 col-md-offset-2">
<header class="post-header">
<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 authors %} • {% include authors-list.md %}{% endif %}</p>
</header>
<div class="post-content" itemprop="articleBody">
{{ content }}
</div>
</div>
</article>