13 lines
254 B
HTML
13 lines
254 B
HTML
---
|
|
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>
|