summaryrefslogtreecommitdiffstats
path: root/blog/_layouts/post.html
blob: 1fb18573d7965d9ce7d274dc4ee5c0a2c3470293 (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>