rf-web/_layouts/post.html
2020-08-17 22:11:19 +02:00

24 lines
561 B
HTML

---
layout: page
---
<article class="page-content news-post">
<div class="content post-item">
<header class="post-header">
<h2 class="margin-16-bottom-m">{{ page.title }}</h2>
<label class="titlecase">
{% include utils/translated-date.html date=page.date lang=page.lang %}
</label>
</header>
<div class="post-content">
{{ content }}
</div>
<!-- {% for tag in page.tags %}
<p class="tag">
#{{ tag }}
</p>
{% endfor %} -->
</div>
{% include common/subscribe.html %}
</article>