rf-web/_layouts/post.html

21 lines
537 B
HTML
Raw Normal View History

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">
<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">
2022-05-27 16:20:53 +00:00
{% if page.image %}
<img src="{{ page.image }}" alt="">
{% endif %}
2020-04-25 08:56:48 +00:00
{{ content }}
</div>
</div>
{% include common/subscribe.html %}
</article>