2020-04-25 08:56:48 +00:00
|
|
|
---
|
|
|
|
layout: page
|
|
|
|
---
|
|
|
|
|
|
|
|
<article class="page-content news-post">
|
|
|
|
<div class="content post-item">
|
|
|
|
<header class="post-header">
|
2020-08-17 20:11:19 +00:00
|
|
|
<h2 class="margin-16-bottom-m">{{ page.title }}</h2>
|
2020-04-25 08:56:48 +00:00
|
|
|
<label class="titlecase">
|
|
|
|
{% include utils/translated-date.html date=page.date lang=page.lang %}
|
|
|
|
</label>
|
|
|
|
</header>
|
|
|
|
<div class="post-content">
|
|
|
|
{{ content }}
|
|
|
|
</div>
|
2020-04-28 11:52:44 +00:00
|
|
|
<!-- {% for tag in page.tags %}
|
|
|
|
<p class="tag">
|
|
|
|
#{{ tag }}
|
|
|
|
</p>
|
|
|
|
|
|
|
|
{% endfor %} -->
|
2020-04-25 08:56:48 +00:00
|
|
|
</div>
|
|
|
|
{% include common/subscribe.html %}
|
|
|
|
</article>
|