aboutsummaryrefslogtreecommitdiffstats
path: root/_layouts/post.html
blob: e94ff435f7b8c826b7264803111c865e2436c823 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
---
layout: default
---

<div class="post">
<h1>{{ page.title }}</h1>
<hr>
<i>{{ page.date | date: "%Y-%m-%d %H:%M" }}</i>

{{ content }}

</div>