hip-site/_layouts/post.html

13 lines
307 B
HTML

---
layout: default
---
<div class="post singlepost">
<header>
<h2>{{ page.title }}</h2>
<p>{{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}</p>
</header>
<article>
{{ content }}
</article>
</div>