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

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

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

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