summaryrefslogtreecommitdiff
path: root/_layouts/post.html
blob: 60141064faf9184cc90927f82b74deef530cb27c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
layout: default
---
<h1><a href="{{ page.url }}">{{ page.title }}</a></h1>

<div id="entry">
  {{ content }}

  <p class="timestamp">

    {{ page.date | date_to_string }}

  </p>

</div>

{% include footer.html %}