summaryrefslogtreecommitdiff
path: root/_layouts/post.html
blob: 8e1bfd03cce7548bb78c0f96b0fd00d53aa3c0ad (plain)
1
2
3
4
5
6
7
---
layout: default
---

<h1>{{ page.title }}</h1>
{% include postmeta.html node=page %}
{{ page.content | markdownify }}