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

<div class="doc_detail">
    <h1>{{ page.title }}</h1>

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

{{ content }}