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

<article class="post">
  <header>
	<h1>{{ page.title }}</h1>
  </header>

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

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

  <div class="comments">
    {% include disqus.html disqus_identifier=page.disqus_identifier %}
  </div>
</article>