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

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