website/_layouts/posts.html

8 lines
144 B
HTML

---
layout: default
---
<h2>{{ page.title }}</h2>
<p class="post-metadata">Published on {{ page.date | date: "%b %-d, %Y" }}</p>
{{ content }}