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

<main>
  <article class="post">
    <header class="post-header">
      <h1 class="post-title" itemprop="name headline">{{ page.title | escape }}</h1>
    </header>
    {{ content }}
  </article>
</main>