quentin.dufour.io/_layouts/post.html
2021-07-14 15:44:07 +02:00

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>