ACE3/docs/_layouts/post.html
Jo David 02acb93d20
Documentation - Update x icon, remove font awesome, replace with svg (#9566)
update twitter icon, remove font awesome, replace with svg
2023-10-24 00:01:53 -05:00

34 lines
1.2 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">
<img class="icon" src="{{ site.baseurl }}/img/icons/chevronleftwhite.svg" alt="Back" width="16" height="16" aria-hidden="true">&nbsp;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 %}