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

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

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

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