2016-08-18 16:37:38 +00:00
|
|
|
---
|
|
|
|
layout: compress
|
|
|
|
---
|
|
|
|
|
|
|
|
{% include _header.html %}
|
|
|
|
|
|
|
|
<main>
|
|
|
|
<div class="row">
|
|
|
|
<div class="medium-8 columns">
|
2023-10-24 12:04:58 +00:00
|
|
|
<a href="{{site.baseUrl}}/news.html" class="button button--icon tiny">
|
|
|
|
<i class="icon icon--white" aria-hidden="true">
|
|
|
|
<svg>
|
|
|
|
<use href="/dist/icons.svg#chevronleft" />
|
|
|
|
</svg>
|
|
|
|
</i>
|
|
|
|
<span>Back</span>
|
2023-10-24 05:01:53 +00:00
|
|
|
</a>
|
|
|
|
<br/>
|
2016-08-18 16:37:38 +00:00
|
|
|
<article class="post" itemscope itemtype="http://schema.org/BlogPosting">
|
|
|
|
<header>
|
|
|
|
<h1 itemprop="headline name">{{ page.title }}</h1>
|
|
|
|
|
|
|
|
<div class="meta">
|
|
|
|
<time itemprop="datePublished" content="{{ page.date | date: '%Y-%m-%d'}}">{{ page.date | date: "%Y-%m-%d"}}</time>
|
|
|
|
by <span class="author" itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">{{ page.author }}</span></span>
|
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
<div itemprop="articleBody">
|
|
|
|
{{ content }}
|
|
|
|
</div>
|
|
|
|
</article>
|
|
|
|
</div>
|
|
|
|
<div class="medium-4 columns">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</main>
|
|
|
|
|
|
|
|
{% include _footer.html %}
|