blob: 85266e4d2cedf61e6a92c6e404227ffa8d54128c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
---
layout: default
---
<article class="post">
<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
<div class="post-title__info">
<span>Julkaistu</span>
<time datetime="{{ page.date | date_to_xmlschema }}">
{{ page.date | date: "%d.%m.%Y klo %H:%M" }}
</time>
• {{ page.author }}
</div>
</header>
<div class="post-header post__spacer"></div>
<div class="post-content">
{{ content }}
</div>
</article>
|