wpcom-to-jekyll/_layouts/page.html
2014-02-02 21:43:46 +01:00

9 lines
91 B
HTML

---
layout: default
---
<h2>{{ page.title }}</h2>
<div class="post">
{{ content }}
</div>