summaryrefslogtreecommitdiff
path: root/_layouts/post.html
blob: fd75b030b5aa2a865c5a2a691cae1a1596f3e210 (plain)
1
2
3
4
5
6
7
8
9
10
---
layout: master
---
<h1>{{ page.title }}</h1>

{% if page.date %}
<div class="date">{{ page.date | to_date_string }}</div>
{% endif %}

{{ content }}