aboutsummaryrefslogtreecommitdiff
path: root/_layouts/post.html
blob: f45cd6bf0c3776e50ca82e776691d01f0afdda4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
layout: default
---

<article class="post">

	<h1>{{ page.title }}</h1>

  <div class="entry">
    {{ content }}
  </div>

  <div class="date">
    Written on {{ page.date | date: "%B %e, %Y" }}
  </div>

  {% include disqus.html disqus_identifier=page.disqus_identifier %}
</article>