jekyll/lib/site_template/_layouts/post.html

7 lines
61 B
HTML

---
layout: default
---
<div id="post">
{{ content }}
</div>