summaryrefslogtreecommitdiff
path: root/_layouts/post.html
blob: be602fb97e04fd272fe89377a8e746d08640840a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
layout: master
---

<section class="article">

    <h1>{{ page.title }}</h1>

    <div class="date">{{ page.date | date: "%A, %-d %B %Y" }}</div>

    {{ content }}

</section>