summaryrefslogtreecommitdiff
path: root/_layouts/post.html
blob: 1760051558c43231068a53754c877fe98742c566 (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>