blob: 6abbda85097026cbbdbffca823842b0b117c9ddd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
---
layout: default
---
<div id="post">
<h2><a href="{{ page.url }}" rel="bookmark" title="{{ page.title }}">{{ page.title }}</a></h2>
<article>
<div id="date">published <time datetime="{{ page.date }}" pubdate>{{ page.date | date_to_string }}</time></div>
{{ content }}
</article>
<hr />
{% include disqus.html %}
</div>
|