blob: 1a70d3b7e8236b93597b9efa2d99973b5918487e (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
---
layout: default
---
<article>
<section class="header">
{{ site.t.posted_on[page.lang] }} {{ page.date | date: site.t.date_format[page.lang] }}
</section>
<section>
{{ content }}
</section>
</article>
|