summaryrefslogtreecommitdiffstats
path: root/blog/_layouts/post.html
blob: ff650ae5badcd78381011d8dadb1b001f9a2510f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---
layout: default
---

<article class="post">
  {% include post-header.html post = page %}
  <section class="post-body">
    {{ content }}
  </section>
</article>