mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
31 lines
1.0 KiB
HTML
31 lines
1.0 KiB
HTML
|
---
|
||
|
layout: compress
|
||
|
---
|
||
|
|
||
|
{% include _header.html %}
|
||
|
|
||
|
<main>
|
||
|
<div class="row">
|
||
|
<div class="medium-8 columns">
|
||
|
<a href="{{site.baseUrl}}/news.html" class="button tiny"><i class="fa fa-chevron-left"></i> Back</a><br/>
|
||
|
<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 %}
|