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

<article>
  <header>
    <h1>{{ page.title }}</h1>
  </header>
  <section id="post-body">
    {{ content }}
  </section>
</article>