quentin.dufour.io/_layouts/post.html

14 lines
254 B
HTML
Raw Normal View History

2015-06-11 19:13:58 +00:00
---
layout: default
---
<article class="post">
<header>
<h1>{{ page.title }}</h1>
<h2 class="headline">{{ page.date | date:"%B %-d, %Y" }}</h2>
</header>
<section id="post-body">
{{content}}
</section>
</article>