mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
9641fe490b
* fix tabs in xm157 * use rollup, remove grunt, fix scss build * add svg bundler. rework to use svg element instead of images
39 lines
1.3 KiB
HTML
39 lines
1.3 KiB
HTML
---
|
|
layout: compress
|
|
---
|
|
|
|
{% include _header.html %}
|
|
|
|
<main>
|
|
<div class="row">
|
|
<div class="medium-8 columns">
|
|
<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>
|
|
</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 %}
|