site/web/_layouts/page.html

15 lines
209 B
HTML
Raw Normal View History

2014-10-20 20:33:40 +00:00
---
layout: default
---
<div class="post">
<header class="post-header">
2015-04-19 07:07:43 +00:00
<h2 class="post-title">{{ page.title }}</h2>
2014-10-20 20:33:40 +00:00
</header>
<article class="post-content">
{{ content }}
</article>
</div>