ACE3/docs/_layouts/post.html
Jo David 9641fe490b
Documentation - Improve svg handling (#9575)
* fix tabs in xm157

* use rollup, remove grunt, fix scss build

* add svg bundler. rework to use svg element instead of images
2023-10-24 14:04:58 +02:00

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 %}